#96A4FA

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

Shades of Perano #96A4FA

Tints of Perano #96A4FA

Color information

#96A4FA (or 0x96A4FA) is unknown color: approx Perano. HEX triplet: 96, A4 and FA. RGB value is (150,164,250). Sum of RGB (Red+Green+Blue) = 150+164+250=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #96A4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A4FA is #695B05. Grayscale: #A9A9A9. Windows color (decimal): -6904582 or 16426134. OLE color: 16426134.

HSL color Cylindrical-coordinate representation of color #96A4FA: hue angle of 231.6º degrees, saturation: 0.91, 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 #96A4FA is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150164250-
CMYK0.40.3400.02
HSL231.6º90.91%78.43%-
HSV(B)231.6º40%98.04%-
XYZ43.1139.9495.88-
YUV169.62173.36114.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=26.60%
G=29.08%
B=44.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501642500.40.3400.02231.690.9178.43
Hex96A4FA282202e85b4e
Octal226244372504202350133116
Binary1001011010100100111110101010001000100101110100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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