#919FB9

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

Shades of Rock Blue #919FB9

Tints of Rock Blue #919FB9

Color information

#919FB9 (or 0x919FB9) is unknown color: approx Rock Blue. HEX triplet: 91, 9F and B9. RGB value is (145,159,185). Sum of RGB (Red+Green+Blue) = 145+159+185=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #919FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FB9 is #6E6046. Grayscale: #9D9D9D. Windows color (decimal): -7233607 or 12165009. OLE color: 12165009.

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

Color convert

RGB145159185-
CMYK0.220.1400.27
HSL219º22.22%64.71%-
HSV(B)219º21.62%72.55%-
XYZ32.8334.3250.79-
YUV157.78143.36118.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=29.65%
G=32.52%
B=37.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451591850.220.1400.2721922.2264.71
Hex919FB916E01Bdb1641
Octal221237271261603333326101
Binary10010001100111111011100110110111001101111011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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