#919EBE

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

Shades of Rock Blue #919EBE

Tints of Rock Blue #919EBE

Color information

#919EBE (or 0x919EBE) is unknown color: approx Rock Blue. HEX triplet: 91, 9E and BE. RGB value is (145,158,190). Sum of RGB (Red+Green+Blue) = 145+158+190=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 158 (62.11% from 255 or 32.05% 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 #919EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EBE is #6E6141. Grayscale: #9D9D9D. Windows color (decimal): -7233858 or 12492433. OLE color: 12492433.

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

Color convert

RGB145158190-
CMYK0.240.1700.25
HSL222.67º25.71%65.69%-
HSV(B)222.67º23.68%74.51%-
XYZ33.234.1953.57-
YUV157.76146.19118.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.41%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=29.41%
G=32.05%
B=38.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451581900.240.1700.25222.6725.7165.69
Hex919EBE1811019df1a42
Octal221236276302103133732102
Binary100100011001111010111110110001000101100111011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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