#8598BC

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

Shades of Rock Blue #8598BC

Tints of Rock Blue #8598BC

Color information

#8598BC (or 0x8598BC) is unknown color: approx Rock Blue. HEX triplet: 85, 98 and BC. RGB value is (133,152,188). Sum of RGB (Red+Green+Blue) = 133+152+188=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #8598BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598BC is #7A6743. Grayscale: #969696. Windows color (decimal): -8021828 or 12359813. OLE color: 12359813.

HSL color Cylindrical-coordinate representation of color #8598BC: hue angle of 219.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8598BC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133152188-
CMYK0.290.1900.26
HSL219.27º29.1%62.94%-
HSV(B)219.27º29.26%73.73%-
XYZ29.9831.0751.99-
YUV150.42149.21115.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=28.12%
G=32.14%
B=39.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331521880.290.1900.26219.2729.162.94
Hex8598BC1D1301Adb1d3f
Octal20523027435230323333577
Binary10000101100110001011110011101100110110101101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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