Html Css Color HEX #949CB9 Rock Blue

📋 copy color: '#949CB9'

red 148 ◦ green 156 ◦ blue 185

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

Shades of Rock Blue #949CB9

Tints of Rock Blue #949CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 30.27%
G = 31.9%
B = 37.83%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#949CB9 (or 0x949CB9) is known color: Rock Blue. HEX triplet: 94, 9C and B9. RGB value is (148,156,185). Sum of RGB (Red+Green+Blue) = 148+156+185=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #949CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CB9 is #6B6346. Grayscale: #9C9C9C. Windows color (decimal): -7037767 or 12164244. OLE color: 12164244.

HSL color Cylindrical-coordinate representation of color #949CB9: hue angle of 227.03º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949CB9 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 156 185 -
CMYK 0.20 0.16 0 0.27
HSL 227.03º 0.21% 0.65% -
HSV(B) 227.03º 0.2% 0.73% -
XYZ 32.86 33.58 50.65 -
YUV 156.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 148 156 185 0.20 0.16 0 0.27 227.03 0.21 0.65
Hex 94 9C B9 14 10 0 1B E3 15 41
Octal 224 234 271 24 20 0 33 343 25 101
Binary 10010100 10011100 10111001 10100 10000 0 11011 11100011 10101 1000001

Color Harmonies of #949CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CB9

Black with #949CB9

Text Example


Text Example

White with #949CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,185); }

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

background-color css

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

 a { background-color: rgb(148,156,185); }

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

border-color css

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

 span { border-color: rgb(148,156,185); }

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