Html Css Color HEX #949DB8 Rock Blue

📋 copy color: '#949DB8'

red 148 ◦ green 157 ◦ blue 184

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

Shades of Rock Blue #949DB8

Tints of Rock Blue #949DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.63%

R = 30.27%
G = 32.11%
B = 37.63%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#949DB8 (or 0x949DB8) is known color: Rock Blue. HEX triplet: 94, 9D and B8. RGB value is (148,157,184). Sum of RGB (Red+Green+Blue) = 148+157+184=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #949DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DB8 is #6B6247. Grayscale: #9D9D9D. Windows color (decimal): -7037512 or 12098964. OLE color: 12098964.

HSL color Cylindrical-coordinate representation of color #949DB8: hue angle of 225º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949DB8 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 157 184 -
CMYK 0.20 0.15 0 0.28
HSL 225º 0.2% 0.65% -
HSV(B) 225º 0.2% 0.72% -
XYZ 32.92 33.87 50.15 -
YUV 157.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 148 157 184 0.20 0.15 0 0.28 225 0.2 0.65
Hex 94 9D B8 14 F 0 1C E1 14 41
Octal 224 235 270 24 17 0 34 341 24 101
Binary 10010100 10011101 10111000 10100 1111 0 11100 11100001 10100 1000001

Color Harmonies of #949DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DB8

Black with #949DB8

Text Example


Text Example

White with #949DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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