Html Css Color HEX #949DBD Rock Blue

📋 copy color: '#949DBD'

red 148 ◦ green 157 ◦ blue 189

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

Shades of Rock Blue #949DBD

Tints of Rock Blue #949DBD

RGB

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

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

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

R = 29.96%
G = 31.78%
B = 38.26%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#949DBD (or 0x949DBD) is known color: Rock Blue. HEX triplet: 94, 9D and BD. RGB value is (148,157,189). Sum of RGB (Red+Green+Blue) = 148+157+189=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #949DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DBD is #6B6242. Grayscale: #9D9D9D. Windows color (decimal): -7037507 or 12426644. OLE color: 12426644.

HSL color Cylindrical-coordinate representation of color #949DBD: hue angle of 226.83º 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 #949DBD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 157 189 -
CMYK 0.22 0.17 0 0.26
HSL 226.83º 0.24% 0.66% -
HSV(B) 226.83º 0.22% 0.74% -
XYZ 33.46 34.08 52.96 -
YUV 157.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 148 157 189 0.22 0.17 0 0.26 226.83 0.24 0.66
Hex 94 9D BD 16 11 0 1A E3 18 42
Octal 224 235 275 26 21 0 32 343 30 102
Binary 10010100 10011101 10111101 10110 10001 0 11010 11100011 11000 1000010

Color Harmonies of #949DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DBD

Black with #949DBD

Text Example


Text Example

White with #949DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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