#96A8EB

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

Shades of Portage #96A8EB

Tints of Portage #96A8EB

Color information

#96A8EB (or 0x96A8EB) is unknown color: approx Portage. HEX triplet: 96, A8 and EB. RGB value is (150,168,235). Sum of RGB (Red+Green+Blue) = 150+168+235=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #96A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A8EB is #695714. Grayscale: #A9A9A9. Windows color (decimal): -6903573 or 15444118. OLE color: 15444118.

HSL color Cylindrical-coordinate representation of color #96A8EB: hue angle of 227.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96A8EB is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150168235-
CMYK0.360.2900.08
HSL227.29º68%75.49%-
HSV(B)227.29º36.17%92.16%-
XYZ41.5840.4984.22-
YUV170.26164.54113.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=27.12%
G=30.38%
B=42.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501682350.360.2900.08227.296875.49
Hex96A8EB241D08e3444b
Octal2262503534435010343104113
Binary10010110101010001110101110010011101010001110001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,235); }

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

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

 a { background-color: rgb(150,168,235); }

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

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

 span { border-color: rgb(150,168,235); }

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