#96A3FC

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

Shades of Perano #96A3FC

Tints of Perano #96A3FC

Color information

#96A3FC (or 0x96A3FC) is unknown color: approx Perano. HEX triplet: 96, A3 and FC. RGB value is (150,163,252). Sum of RGB (Red+Green+Blue) = 150+163+252=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #96A3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A3FC is #695C03. Grayscale: #A8A8A8. Windows color (decimal): -6904836 or 16556950. OLE color: 16556950.

HSL color Cylindrical-coordinate representation of color #96A3FC: hue angle of 232.35º 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 #96A3FC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150163252-
CMYK0.400.3500.01
HSL232.35º94.44%78.82%-
HSV(B)232.35º40.48%98.82%-
XYZ43.2539.7197.48-
YUV169.26174.69114.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=26.55%
G=28.85%
B=44.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501632520.400.3500.01232.3594.4478.82
Hex96A3FC282301e85e4f
Octal226243374504301350136117
Binary100101101010001111111100101000100011011110100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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