#96A4F7

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

Shades of Perano #96A4F7

Tints of Perano #96A4F7

Color information

#96A4F7 (or 0x96A4F7) is unknown color: approx Perano. HEX triplet: 96, A4 and F7. RGB value is (150,164,247). Sum of RGB (Red+Green+Blue) = 150+164+247=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #96A4F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A4F7 is #695B08. Grayscale: #A8A8A8. Windows color (decimal): -6904585 or 16229526. OLE color: 16229526.

HSL color Cylindrical-coordinate representation of color #96A4F7: hue angle of 231.34º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96A4F7 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150164247-
CMYK0.390.3400.03
HSL231.34º85.84%77.84%-
HSV(B)231.34º39.27%96.86%-
XYZ42.6439.7593.42-
YUV169.28171.86114.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.74%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 247 (96.88% from 255) = 44.03%
R=26.74%
G=29.23%
B=44.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501642470.390.3400.03231.3485.8477.84
Hex96A4F7272203e7564e
Octal226244367474203347126116
Binary1001011010100100111101111001111000100111110011110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,247); }

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

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

 a { background-color: rgb(150,164,247); }

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

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

 span { border-color: rgb(150,164,247); }

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