Html Css Color HEX #949CBB Rock Blue

📋 copy color: '#949CBB'

red 148 ◦ green 156 ◦ blue 187

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

Shades of Rock Blue #949CBB

Tints of Rock Blue #949CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 30.14%
G = 31.77%
B = 38.09%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#949CBB (or 0x949CBB) is known color: Rock Blue. HEX triplet: 94, 9C and BB. RGB value is (148,156,187). Sum of RGB (Red+Green+Blue) = 148+156+187=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #949CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CBB is #6B6344. Grayscale: #9D9D9D. Windows color (decimal): -7037765 or 12295316. OLE color: 12295316.

HSL color Cylindrical-coordinate representation of color #949CBB: hue angle of 227.69º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949CBB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 156 187 -
CMYK 0.21 0.17 0 0.27
HSL 227.69º 0.22% 0.66% -
HSV(B) 227.69º 0.21% 0.73% -
XYZ 33.07 33.66 51.77 -
YUV 157.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 148 156 187 0.21 0.17 0 0.27 227.69 0.22 0.66
Hex 94 9C BB 15 11 0 1B E4 16 42
Octal 224 234 273 25 21 0 33 344 26 102
Binary 10010100 10011100 10111011 10101 10001 0 11011 11100100 10110 1000010

Color Harmonies of #949CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CBB

Black with #949CBB

Text Example


Text Example

White with #949CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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