Html Css Color HEX #949BBE Rock Blue

📋 copy color: '#949BBE'

red 148 ◦ green 155 ◦ blue 190

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

Shades of Rock Blue #949BBE

Tints of Rock Blue #949BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 30.02%
G = 31.44%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#949BBE (or 0x949BBE) is known color: Rock Blue. HEX triplet: 94, 9B and BE. RGB value is (148,155,190). Sum of RGB (Red+Green+Blue) = 148+155+190=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #949BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BBE is #6B6441. Grayscale: #9C9C9C. Windows color (decimal): -7038018 or 12491668. OLE color: 12491668.

HSL color Cylindrical-coordinate representation of color #949BBE: hue angle of 230º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949BBE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 155 190 -
CMYK 0.22 0.18 0 0.25
HSL 230º 0.24% 0.66% -
HSV(B) 230º 0.22% 0.75% -
XYZ 33.23 33.46 53.42 -
YUV 156.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 148 155 190 0.22 0.18 0 0.25 230 0.24 0.66
Hex 94 9B BE 16 12 0 19 E6 18 42
Octal 224 233 276 26 22 0 31 346 30 102
Binary 10010100 10011011 10111110 10110 10010 0 11001 11100110 11000 1000010

Color Harmonies of #949BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BBE

Black with #949BBE

Text Example


Text Example

White with #949BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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