#96A7FC

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

Shades of Perano #96A7FC

Tints of Perano #96A7FC

Color information

#96A7FC (or 0x96A7FC) is unknown color: approx Perano. HEX triplet: 96, A7 and FC. RGB value is (150,167,252). Sum of RGB (Red+Green+Blue) = 150+167+252=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #96A7FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A7FC is #695803. Grayscale: #ABABAB. Windows color (decimal): -6903812 or 16557974. OLE color: 16557974.

HSL color Cylindrical-coordinate representation of color #96A7FC: hue angle of 230º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A7FC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150167252-
CMYK0.400.3400.01
HSL230º94.44%78.82%-
HSV(B)230º40.48%98.82%-
XYZ43.9741.1597.72-
YUV171.61173.37112.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=26.36%
G=29.35%
B=44.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501672520.400.3400.0123094.4478.82
Hex96A7FC282201e65e4f
Octal226247374504201346136117
Binary100101101010011111111100101000100010011110011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,167,252); }

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

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

 a { background-color: rgb(150,167,252); }

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

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

 span { border-color: rgb(150,167,252); }

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