#919FBF

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

Shades of Rock Blue #919FBF

Tints of Rock Blue #919FBF

Color information

#919FBF (or 0x919FBF) is unknown color: approx Rock Blue. HEX triplet: 91, 9F and BF. RGB value is (145,159,191). Sum of RGB (Red+Green+Blue) = 145+159+191=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #919FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FBF is #6E6040. Grayscale: #9E9E9E. Windows color (decimal): -7233601 or 12558225. OLE color: 12558225.

HSL color Cylindrical-coordinate representation of color #919FBF: hue angle of 221.74º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919FBF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145159191-
CMYK0.240.1700.25
HSL221.74º26.44%65.88%-
HSV(B)221.74º24.08%74.9%-
XYZ33.4834.5854.2-
YUV158.46146.36118.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.29%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 191 (75% from 255) = 38.59%
R=29.29%
G=32.12%
B=38.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451591910.240.1700.25221.7426.4465.88
Hex919FBF1811019de1a42
Octal221237277302103133632102
Binary100100011001111110111111110001000101100111011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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