Html Css Color HEX #949DAC Rock Blue

📋 copy color: '#949DAC'

red 148 ◦ green 157 ◦ blue 172

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

Shades of Rock Blue #949DAC

Tints of Rock Blue #949DAC

RGB

 RED value IS 148 (58.2% from 255) = 31.03%

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 31.03%
G = 32.91%
B = 36.06%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949DAC (or 0x949DAC) is known color: Rock Blue. HEX triplet: 94, 9D and AC. RGB value is (148,157,172). Sum of RGB (Red+Green+Blue) = 148+157+172=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #949DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DAC is #6B6253. Grayscale: #9B9B9B. Windows color (decimal): -7037524 or 11312532. OLE color: 11312532.

HSL color Cylindrical-coordinate representation of color #949DAC: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949DAC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 157 172 -
CMYK 0.14 0.09 0 0.33
HSL 217.5º 0.13% 0.63% -
HSV(B) 217.5º 0.14% 0.67% -
XYZ 31.72 33.39 43.8 -
YUV 156.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 148 157 172 0.14 0.09 0 0.33 217.5 0.13 0.63
Hex 94 9D AC E 9 0 21 DA D 3F
Octal 224 235 254 16 11 0 41 332 15 77
Binary 10010100 10011101 10101100 1110 1001 0 100001 11011010 1101 111111

Color Harmonies of #949DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DAC

Black with #949DAC

Text Example


Text Example

White with #949DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949DAC; }

 p { color: rgb(148,157,172); }

 H1.HeaderClassName
 {
   color: #949DAC;
 }
 .AnyTagClassName
 {
   color: #949DAC;
 }
</style>

background-color css

<style>
 a { background-color: #949DAC; }

 a { background-color: rgb(148,157,172); }

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

border-color css

<style>
 span { border-color: #949DAC; }

 span { border-color: rgb(148,157,172); }

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