#919DB3

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

Shades of Rock Blue #919DB3

Tints of Rock Blue #919DB3

Color information

#919DB3 (or 0x919DB3) is unknown color: approx Rock Blue. HEX triplet: 91, 9D and B3. RGB value is (145,157,179). Sum of RGB (Red+Green+Blue) = 145+157+179=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #919DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DB3 is #6E624C. Grayscale: #9B9B9B. Windows color (decimal): -7234125 or 11771281. OLE color: 11771281.

HSL color Cylindrical-coordinate representation of color #919DB3: hue angle of 218.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919DB3 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145157179-
CMYK0.190.1200.30
HSL218.82º18.28%63.53%-
HSV(B)218.82º18.99%70.2%-
XYZ31.8733.3947.41-
YUV155.92141.02120.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.15%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=30.15%
G=32.64%
B=37.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451571790.190.1200.30218.8218.2863.53
Hex919DB313C01Edb1240
Octal221235263231403633322100
Binary10010001100111011011001110011110001111011011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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