Html Css Color HEX #949BAB Rock Blue

📋 copy color: '#949BAB'

red 148 ◦ green 155 ◦ blue 171

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

Shades of Rock Blue #949BAB

Tints of Rock Blue #949BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 31.22%
G = 32.7%
B = 36.08%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949BAB (or 0x949BAB) is known color: Rock Blue. HEX triplet: 94, 9B and AB. RGB value is (148,155,171). Sum of RGB (Red+Green+Blue) = 148+155+171=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #949BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BAB is #6B6454. Grayscale: #9A9A9A. Windows color (decimal): -7038037 or 11246484. OLE color: 11246484.

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

Color convert

RGB 148 155 171 -
CMYK 0.13 0.09 0 0.33
HSL 221.74º 0.12% 0.63% -
HSV(B) 221.74º 0.13% 0.67% -
XYZ 31.28 32.68 43.19 -
YUV 154.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 148 155 171 0.13 0.09 0 0.33 221.74 0.12 0.63
Hex 94 9B AB D 9 0 21 DE C 3F
Octal 224 233 253 15 11 0 41 336 14 77
Binary 10010100 10011011 10101011 1101 1001 0 100001 11011110 1100 111111

Color Harmonies of #949BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BAB

Black with #949BAB

Text Example


Text Example

White with #949BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,171); }

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

background-color css

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

 a { background-color: rgb(148,155,171); }

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

border-color css

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

 span { border-color: rgb(148,155,171); }

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