#8598BF

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

Shades of Rock Blue #8598BF

Tints of Rock Blue #8598BF

Color information

#8598BF (or 0x8598BF) is unknown color: approx Rock Blue. HEX triplet: 85, 98 and BF. RGB value is (133,152,191). Sum of RGB (Red+Green+Blue) = 133+152+191=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #8598BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598BF is #7A6740. Grayscale: #969696. Windows color (decimal): -8021825 or 12556421. OLE color: 12556421.

HSL color Cylindrical-coordinate representation of color #8598BF: hue angle of 220.34º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8598BF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133152191-
CMYK0.300.2000.25
HSL220.34º31.18%63.53%-
HSV(B)220.34º30.37%74.9%-
XYZ30.3131.253.72-
YUV150.76150.71115.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 191 (75% from 255) = 40.13%
R=27.94%
G=31.93%
B=40.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331521910.300.2000.25220.3431.1863.53
Hex8598BF1E14019dc1f40
Octal205230277362403133437100
Binary100001011001100010111111111101010001100111011100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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