#9690EF

Color #9690EF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9690EF

Tints of Portage #9690EF

Color information

#9690EF (or 0x9690EF) is unknown color: approx Portage. HEX triplet: 96, 90 and EF. RGB value is (150,144,239). Sum of RGB (Red+Green+Blue) = 150+144+239=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #9690EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9690EF is #696F10. Grayscale: #9C9C9C. Windows color (decimal): -6909713 or 15700118. OLE color: 15700118.

HSL color Cylindrical-coordinate representation of color #9690EF: hue angle of 243.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9690EF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150144239-
CMYK0.370.4000.06
HSL243.79º74.8%75.1%-
HSV(B)243.79º39.75%93.73%-
XYZ38.1332.6685.96-
YUV156.62174.49123.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=28.14%
G=27.02%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501442390.370.4000.06243.7974.875.1
Hex9690EF252806f44b4b
Octal226220357455006364113113
Binary10010110100100001110111110010110100001101111010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9690EF; }

 p { color: rgb(150,144,239); }

 H1.HeaderClassName
 {
   color: #9690EF;
 }
 .AnyTagClassName
 {
   color: #9690EF;
 }
</style>
background-color css

<style>
 a { background-color: #9690EF; }

 a { background-color: rgb(150,144,239); }

 div.DivClassName
 {
   background-color: #9690EF;
 }
 .BgClassName
 {
   background-color: #9690EF;
 }
</style>
border-color css

<style>
 span { border-color: #9690EF; }

 span { border-color: rgb(150,144,239); }

 td.TdClassName
 {
   border-color: #9690EF;
 }
 .TagClassName
 {
   border-color: #9690EF;
 }
</style>