#949EBE

Color #949EBE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #949EBE

Tints of Rock Blue #949EBE

Color information

#949EBE (or 0x949EBE) is unknown color: approx Rock Blue. HEX triplet: 94, 9E and BE. RGB value is (148,158,190). Sum of RGB (Red+Green+Blue) = 148+158+190=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #949EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EBE is #6B6141. Grayscale: #9E9E9E. Windows color (decimal): -7037250 or 12492436. OLE color: 12492436.

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

Color convert

RGB148158190-
CMYK0.220.1700.25
HSL225.71º24.42%66.27%-
HSV(B)225.71º22.11%74.51%-
XYZ33.7334.4753.59-
YUV158.66145.69120.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=29.84%
G=31.85%
B=38.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481581900.220.1700.25225.7124.4266.27
Hex949EBE1611019e21842
Octal224236276262103134230102
Binary100101001001111010111110101101000101100111100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #949EBE;
 }
 .AnyTagClassName
 {
   color: #949EBE;
 }
</style>
background-color css

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

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

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

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

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

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