Html Css Color HEX #949DB6 Rock Blue

📋 copy color: '#949DB6'

red 148 ◦ green 157 ◦ blue 182

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

Shades of Rock Blue #949DB6

Tints of Rock Blue #949DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 30.39%
G = 32.24%
B = 37.37%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#949DB6 (or 0x949DB6) is known color: Rock Blue. HEX triplet: 94, 9D and B6. RGB value is (148,157,182). Sum of RGB (Red+Green+Blue) = 148+157+182=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #949DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DB6 is #6B6249. Grayscale: #9D9D9D. Windows color (decimal): -7037514 or 11967892. OLE color: 11967892.

HSL color Cylindrical-coordinate representation of color #949DB6: hue angle of 224.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #949DB6 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 157 182 -
CMYK 0.19 0.14 0 0.29
HSL 224.12º 0.19% 0.65% -
HSV(B) 224.12º 0.19% 0.71% -
XYZ 32.71 33.79 49.05 -
YUV 157.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 148 157 182 0.19 0.14 0 0.29 224.12 0.19 0.65
Hex 94 9D B6 13 E 0 1D E0 13 41
Octal 224 235 266 23 16 0 35 340 23 101
Binary 10010100 10011101 10110110 10011 1110 0 11101 11100000 10011 1000001

Color Harmonies of #949DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DB6

Black with #949DB6

Text Example


Text Example

White with #949DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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