Html Css Color HEX #969BA4 Grey Chateau

📋 copy color: '#969BA4'

red 150 ◦ green 155 ◦ blue 164

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

Shades of Grey Chateau #969BA4

Tints of Grey Chateau #969BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 31.98%
G = 33.05%
B = 34.97%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#969BA4 (or 0x969BA4) is known color: Grey Chateau. HEX triplet: 96, 9B and A4. RGB value is (150,155,164). Sum of RGB (Red+Green+Blue) = 150+155+164=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 164 - color contains mainly: blue. Hex color #969BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BA4 is #69645B. Grayscale: #9A9A9A. Windows color (decimal): -6906972 or 10787734. OLE color: 10787734.

HSL color Cylindrical-coordinate representation of color #969BA4: hue angle of 218.57º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969BA4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 155 164 -
CMYK 0.09 0.05 0 0.36
HSL 218.57º 0.07% 0.62% -
HSV(B) 218.57º 0.09% 0.64% -
XYZ 31 32.61 39.78 -
YUV 154.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 150 155 164 0.09 0.05 0 0.36 218.57 0.07 0.62
Hex 96 9B A4 9 5 0 24 DB 7 3E
Octal 226 233 244 11 5 0 44 333 7 76
Binary 10010110 10011011 10100100 1001 101 0 100100 11011011 111 111110

Color Harmonies of #969BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BA4

Black with #969BA4

Text Example


Text Example

White with #969BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969BA4; }

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

 H1.HeaderClassName
 {
   color: #969BA4;
 }
 .AnyTagClassName
 {
   color: #969BA4;
 }
</style>

background-color css

<style>
 a { background-color: #969BA4; }

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

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

border-color css

<style>
 span { border-color: #969BA4; }

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

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