#949EBF

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

Shades of Rock Blue #949EBF

Tints of Rock Blue #949EBF

Color information

#949EBF (or 0x949EBF) is unknown color: approx Rock Blue. HEX triplet: 94, 9E and BF. RGB value is (148,158,191). Sum of RGB (Red+Green+Blue) = 148+158+191=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #949EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EBF is #6B6140. Grayscale: #9E9E9E. Windows color (decimal): -7037249 or 12557972. OLE color: 12557972.

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

Color convert

RGB148158191-
CMYK0.230.1700.25
HSL226.05º25.15%66.47%-
HSV(B)226.05º22.51%74.9%-
XYZ33.8434.5154.17-
YUV158.77146.19120.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 191 (75% from 255) = 38.43%
R=29.78%
G=31.79%
B=38.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481581910.230.1700.25226.0525.1566.47
Hex949EBF1711019e21942
Octal224236277272103134231102
Binary100101001001111010111111101111000101100111100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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