#96A6ED

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

Shades of Portage #96A6ED

Tints of Portage #96A6ED

Color information

#96A6ED (or 0x96A6ED) is unknown color: approx Portage. HEX triplet: 96, A6 and ED. RGB value is (150,166,237). Sum of RGB (Red+Green+Blue) = 150+166+237=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #96A6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A6ED is #695912. Grayscale: #A9A9A9. Windows color (decimal): -6904083 or 15574678. OLE color: 15574678.

HSL color Cylindrical-coordinate representation of color #96A6ED: hue angle of 228.97º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A6ED is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150166237-
CMYK0.370.3000.07
HSL228.97º70.73%75.88%-
HSV(B)228.97º36.71%92.94%-
XYZ41.539.8785.63-
YUV169.31166.2114.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=27.12%
G=30.02%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501662370.370.3000.07228.9770.7375.88
Hex96A6ED251E07e5474c
Octal226246355453607345107114
Binary1001011010100110111011011001011111001111110010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A6ED; }

 p { color: rgb(150,166,237); }

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

<style>
 a { background-color: #96A6ED; }

 a { background-color: rgb(150,166,237); }

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

<style>
 span { border-color: #96A6ED; }

 span { border-color: rgb(150,166,237); }

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