Html Css Color HEX #949BAE Rock Blue

📋 copy color: '#949BAE'

red 148 ◦ green 155 ◦ blue 174

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

Shades of Rock Blue #949BAE

Tints of Rock Blue #949BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 31.03%
G = 32.49%
B = 36.48%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#949BAE (or 0x949BAE) is known color: Rock Blue. HEX triplet: 94, 9B and AE. RGB value is (148,155,174). Sum of RGB (Red+Green+Blue) = 148+155+174=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #949BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BAE is #6B6451. Grayscale: #9A9A9A. Windows color (decimal): -7038034 or 11443092. OLE color: 11443092.

HSL color Cylindrical-coordinate representation of color #949BAE: hue angle of 223.85º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949BAE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 155 174 -
CMYK 0.15 0.11 0 0.32
HSL 223.85º 0.14% 0.63% -
HSV(B) 223.85º 0.15% 0.68% -
XYZ 31.57 32.79 44.71 -
YUV 155.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 148 155 174 0.15 0.11 0 0.32 223.85 0.14 0.63
Hex 94 9B AE F B 0 20 E0 E 3F
Octal 224 233 256 17 13 0 40 340 16 77
Binary 10010100 10011011 10101110 1111 1011 0 100000 11100000 1110 111111

Color Harmonies of #949BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BAE

Black with #949BAE

Text Example


Text Example

White with #949BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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