Html Css Color HEX #949BBD Rock Blue

📋 copy color: '#949BBD'

red 148 ◦ green 155 ◦ blue 189

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

Shades of Rock Blue #949BBD

Tints of Rock Blue #949BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 30.08%
G = 31.5%
B = 38.41%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#949BBD (or 0x949BBD) is known color: Rock Blue. HEX triplet: 94, 9B and BD. RGB value is (148,155,189). Sum of RGB (Red+Green+Blue) = 148+155+189=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #949BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BBD is #6B6442. Grayscale: #9C9C9C. Windows color (decimal): -7038019 or 12426132. OLE color: 12426132.

HSL color Cylindrical-coordinate representation of color #949BBD: hue angle of 229.76º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949BBD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 155 189 -
CMYK 0.22 0.18 0 0.26
HSL 229.76º 0.24% 0.66% -
HSV(B) 229.76º 0.22% 0.74% -
XYZ 33.12 33.41 52.85 -
YUV 156.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 148 155 189 0.22 0.18 0 0.26 229.76 0.24 0.66
Hex 94 9B BD 16 12 0 1A E6 18 42
Octal 224 233 275 26 22 0 32 346 30 102
Binary 10010100 10011011 10111101 10110 10010 0 11010 11100110 11000 1000010

Color Harmonies of #949BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BBD

Black with #949BBD

Text Example


Text Example

White with #949BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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