#919DBA

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

Shades of Rock Blue #919DBA

Tints of Rock Blue #919DBA

Color information

#919DBA (or 0x919DBA) is unknown color: approx Rock Blue. HEX triplet: 91, 9D and BA. RGB value is (145,157,186). Sum of RGB (Red+Green+Blue) = 145+157+186=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #919DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DBA is #6E6245. Grayscale: #9C9C9C. Windows color (decimal): -7234118 or 12230033. OLE color: 12230033.

HSL color Cylindrical-coordinate representation of color #919DBA: hue angle of 222.44º degrees, saturation: 0.23, 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 #919DBA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145157186-
CMYK0.220.1600.27
HSL222.44º22.91%64.9%-
HSV(B)222.44º22.04%72.94%-
XYZ32.633.6851.24-
YUV156.72144.52119.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=29.71%
G=32.17%
B=38.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451571860.220.1600.27222.4422.9164.9
Hex919DBA161001Bde1741
Octal221235272262003333627101
Binary100100011001110110111010101101000001101111011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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