#8597BE

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

Shades of Rock Blue #8597BE

Tints of Rock Blue #8597BE

Color information

#8597BE (or 0x8597BE) is unknown color: approx Rock Blue. HEX triplet: 85, 97 and BE. RGB value is (133,151,190). Sum of RGB (Red+Green+Blue) = 133+151+190=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #8597BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597BE is #7A6841. Grayscale: #959595. Windows color (decimal): -8022082 or 12490629. OLE color: 12490629.

HSL color Cylindrical-coordinate representation of color #8597BE: hue angle of 221.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8597BE is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133151190-
CMYK0.30.2100.25
HSL221.05º30.48%63.33%-
HSV(B)221.05º30%74.51%-
XYZ30.0330.8453.08-
YUV150.06150.54115.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.06%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=28.06%
G=31.86%
B=40.08%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331511900.30.2100.25221.0530.4863.33
Hex8597BE1E15019dd1e3f
Octal20522727636250313353677
Binary10000101100101111011111011110101010110011101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8597BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8597BE; }

 p { color: rgb(133,151,190); }

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

<style>
 a { background-color: #8597BE; }

 a { background-color: rgb(133,151,190); }

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

<style>
 span { border-color: #8597BE; }

 span { border-color: rgb(133,151,190); }

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