#919DB9

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

Shades of Rock Blue #919DB9

Tints of Rock Blue #919DB9

Color information

#919DB9 (or 0x919DB9) is unknown color: approx Rock Blue. HEX triplet: 91, 9D and B9. RGB value is (145,157,185). Sum of RGB (Red+Green+Blue) = 145+157+185=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #919DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DB9 is #6E6246. Grayscale: #9C9C9C. Windows color (decimal): -7234119 or 12164497. OLE color: 12164497.

HSL color Cylindrical-coordinate representation of color #919DB9: hue angle of 222º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919DB9 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145157185-
CMYK0.220.1500.27
HSL222º22.22%64.71%-
HSV(B)222º21.62%72.55%-
XYZ32.4933.6450.68-
YUV156.6144.02119.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.77%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=29.77%
G=32.24%
B=37.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451571850.220.1500.2722222.2264.71
Hex919DB916F01Bde1641
Octal221235271261703333626101
Binary10010001100111011011100110110111101101111011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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