#96A4FD

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

Shades of Perano #96A4FD

Tints of Perano #96A4FD

Color information

#96A4FD (or 0x96A4FD) is unknown color: approx Perano. HEX triplet: 96, A4 and FD. RGB value is (150,164,253). Sum of RGB (Red+Green+Blue) = 150+164+253=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #96A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A4FD is #695B02. Grayscale: #A9A9A9. Windows color (decimal): -6904579 or 16622742. OLE color: 16622742.

HSL color Cylindrical-coordinate representation of color #96A4FD: hue angle of 231.84º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96A4FD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150164253-
CMYK0.410.3500.01
HSL231.84º96.26%79.02%-
HSV(B)231.84º40.71%99.22%-
XYZ43.5840.1398.38-
YUV169.96174.86113.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.46%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=26.46%
G=28.92%
B=44.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501642530.410.3500.01231.8496.2679.02
Hex96A4FD292301e8604f
Octal226244375514301350140117
Binary100101101010010011111101101001100011011110100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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