Html Css Color HEX #96A4CF Echo Blue

📋 copy color: '#96A4CF'

red 150 ◦ green 164 ◦ blue 207

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

Shades of Echo Blue #96A4CF

Tints of Echo Blue #96A4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 28.79%
G = 31.48%
B = 39.73%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96A4CF (or 0x96A4CF) is known color: Echo Blue. HEX triplet: 96, A4 and CF. RGB value is (150,164,207). Sum of RGB (Red+Green+Blue) = 150+164+207=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #96A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4CF is #695B30. Grayscale: #A4A4A4. Windows color (decimal): -6904625 or 13608086. OLE color: 13608086.

HSL color Cylindrical-coordinate representation of color #96A4CF: hue angle of 225.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96A4CF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 164 207 -
CMYK 0.28 0.21 0 0.19
HSL 225.26º 0.37% 0.7% -
HSV(B) 225.26º 0.28% 0.81% -
XYZ 37.12 37.54 64.32 -
YUV 164.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 150 164 207 0.28 0.21 0 0.19 225.26 0.37 0.7
Hex 96 A4 CF 1C 15 0 13 E1 25 46
Octal 226 244 317 34 25 0 23 341 45 106
Binary 10010110 10100100 11001111 11100 10101 0 10011 11100001 100101 1000110

Color Harmonies of #96A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A4CF

Black with #96A4CF

Text Example


Text Example

White with #96A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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