Html Css Color HEX #949BBB Rock Blue

📋 copy color: '#949BBB'

red 148 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #949BBB

Tints of Rock Blue #949BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.63%

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

R = 30.2%
G = 31.63%
B = 38.16%

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

#949BBB (or 0x949BBB) is known color: Rock Blue. HEX triplet: 94, 9B and BB. RGB value is (148,155,187). Sum of RGB (Red+Green+Blue) = 148+155+187=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #949BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BBB is #6B6444. Grayscale: #9C9C9C. Windows color (decimal): -7038021 or 12295060. OLE color: 12295060.

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

Color convert

RGB 148 155 187 -
CMYK 0.21 0.17 0 0.27
HSL 229.23º 0.22% 0.66% -
HSV(B) 229.23º 0.21% 0.73% -
XYZ 32.9 33.33 51.71 -
YUV 156.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 148 155 187 0.21 0.17 0 0.27 229.23 0.22 0.66
Hex 94 9B BB 15 11 0 1B E5 16 42
Octal 224 233 273 25 21 0 33 345 26 102
Binary 10010100 10011011 10111011 10101 10001 0 11011 11100101 10110 1000010

Color Harmonies of #949BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BBB

Black with #949BBB

Text Example


Text Example

White with #949BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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