#919DBC

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

Shades of Rock Blue #919DBC

Tints of Rock Blue #919DBC

Color information

#919DBC (or 0x919DBC) is unknown color: approx Rock Blue. HEX triplet: 91, 9D and BC. RGB value is (145,157,188). Sum of RGB (Red+Green+Blue) = 145+157+188=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #919DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DBC is #6E6243. Grayscale: #9C9C9C. Windows color (decimal): -7234116 or 12361105. OLE color: 12361105.

HSL color Cylindrical-coordinate representation of color #919DBC: hue angle of 223.26º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919DBC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145157188-
CMYK0.230.1600.26
HSL223.26º24.29%65.29%-
HSV(B)223.26º22.87%73.73%-
XYZ32.8133.7652.36-
YUV156.95145.52119.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.59%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=29.59%
G=32.04%
B=38.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451571880.230.1600.26223.2624.2965.29
Hex919DBC171001Adf1841
Octal221235274272003233730101
Binary100100011001110110111100101111000001101011011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,157,188); }

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

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

 a { background-color: rgb(145,157,188); }

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

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

 span { border-color: rgb(145,157,188); }

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