#8598BE

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

Shades of Rock Blue #8598BE

Tints of Rock Blue #8598BE

Color information

#8598BE (or 0x8598BE) is unknown color: approx Rock Blue. HEX triplet: 85, 98 and BE. RGB value is (133,152,190). Sum of RGB (Red+Green+Blue) = 133+152+190=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #8598BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598BE is #7A6741. Grayscale: #969696. Windows color (decimal): -8021826 or 12490885. OLE color: 12490885.

HSL color Cylindrical-coordinate representation of color #8598BE: hue angle of 220º 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 #8598BE is Cyan = 0.3, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133152190-
CMYK0.30.200.25
HSL220º30.48%63.33%-
HSV(B)220º30%74.51%-
XYZ30.231.1653.14-
YUV150.65150.21115.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 190 (74.61% from 255) = 40%
R=28%
G=32%
B=40%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331521900.30.200.2522030.4863.33
Hex8598BE1E14019dc1e3f
Octal20523027636240313343677
Binary10000101100110001011111011110101000110011101110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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