#949DBE

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

Shades of Rock Blue #949DBE

Tints of Rock Blue #949DBE

Color information

#949DBE (or 0x949DBE) is unknown color: approx Rock Blue. HEX triplet: 94, 9D and BE. RGB value is (148,157,190). Sum of RGB (Red+Green+Blue) = 148+157+190=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #949DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DBE is #6B6241. Grayscale: #9D9D9D. Windows color (decimal): -7037506 or 12492180. OLE color: 12492180.

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

Color convert

RGB148157190-
CMYK0.220.1700.25
HSL227.14º24.42%66.27%-
HSV(B)227.14º22.11%74.51%-
XYZ33.5634.1353.53-
YUV158.07146.02120.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=29.90%
G=31.72%
B=38.38%

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
Decimal1481571900.220.1700.25227.1424.4266.27
Hex949DBE1611019e31842
Octal224235276262103134330102
Binary100101001001110110111110101101000101100111100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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