#919FBC

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

Shades of Rock Blue #919FBC

Tints of Rock Blue #919FBC

Color information

#919FBC (or 0x919FBC) is unknown color: approx Rock Blue. HEX triplet: 91, 9F and BC. RGB value is (145,159,188). Sum of RGB (Red+Green+Blue) = 145+159+188=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #919FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FBC is #6E6043. Grayscale: #9D9D9D. Windows color (decimal): -7233604 or 12361617. OLE color: 12361617.

HSL color Cylindrical-coordinate representation of color #919FBC: hue angle of 220.47º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919FBC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145159188-
CMYK0.230.1500.26
HSL220.47º24.29%65.29%-
HSV(B)220.47º22.87%73.73%-
XYZ33.1534.4552.48-
YUV158.12144.86118.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.47%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=29.47%
G=32.32%
B=38.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451591880.230.1500.26220.4724.2965.29
Hex919FBC17F01Adc1841
Octal221237274271703233430101
Binary10010001100111111011110010111111101101011011100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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