#96A6F9

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

Shades of Perano #96A6F9

Tints of Perano #96A6F9

Color information

#96A6F9 (or 0x96A6F9) is unknown color: approx Perano. HEX triplet: 96, A6 and F9. RGB value is (150,166,249). Sum of RGB (Red+Green+Blue) = 150+166+249=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #96A6F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A6F9 is #695906. Grayscale: #AAAAAA. Windows color (decimal): -6904071 or 16361110. OLE color: 16361110.

HSL color Cylindrical-coordinate representation of color #96A6F9: hue angle of 230.3º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A6F9 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150166249-
CMYK0.400.3300.02
HSL230.3º89.19%78.24%-
HSV(B)230.3º39.76%97.65%-
XYZ43.3140.695.18-
YUV170.68172.2113.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=26.55%
G=29.38%
B=44.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501662490.400.3300.02230.389.1978.24
Hex96A6F9282102e6594e
Octal226246371504102346131116
Binary1001011010100110111110011010001000010101110011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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