Html Css Color HEX #96A4FF Perano

📋 copy color: '#96A4FF'

red 150 ◦ green 164 ◦ blue 255

#96A4FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #96A4FF

Tints of Perano #96A4FF

RGB

 RED value IS 150 (58.98% from 255) = 26.36%

 GREEN value IS 164 (64.45% from 255) = 28.82%

 BLUE value IS 255 (100% from 255) = 44.82%

R = 26.36%
G = 28.82%
B = 44.82%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96A4FF (or 0x96A4FF) is known color: Perano. HEX triplet: 96, A4 and FF. RGB value is (150,164,255). Sum of RGB (Red+Green+Blue) = 150+164+255=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #96A4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A4FF is #695B00. Grayscale: #A9A9A9. Windows color (decimal): -6904577 or 16753814. OLE color: 16753814.

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

Color convert

RGB 150 164 255 -
CMYK 0.41 0.36 0 0
HSL 232º 1% 0.79% -
HSV(B) 232º 0.41% 1% -
XYZ 43.9 40.25 100.06 -
YUV 170.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 150 164 255 0.41 0.36 0 0 232 1 0.79
Hex 96 A4 FF 29 24 0 0 E8 64 4F
Octal 226 244 377 51 44 0 0 350 144 117
Binary 10010110 10100100 11111111 101001 100100 0 0 11101000 1100100 1001111

Color Harmonies of #96A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A4FF

Black with #96A4FF

Text Example


Text Example

White with #96A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96A4FF;
 }
 .AnyTagClassName
 {
   color: #96A4FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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