#8598C1

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

Shades of Rock Blue #8598C1

Tints of Rock Blue #8598C1

Color information

#8598C1 (or 0x8598C1) is unknown color: approx Rock Blue. HEX triplet: 85, 98 and C1. RGB value is (133,152,193). Sum of RGB (Red+Green+Blue) = 133+152+193=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #8598C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598C1 is #7A673E. Grayscale: #969696. Windows color (decimal): -8021823 or 12687493. OLE color: 12687493.

HSL color Cylindrical-coordinate representation of color #8598C1: hue angle of 221º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8598C1 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133152193-
CMYK0.310.2100.24
HSL221º32.61%63.92%-
HSV(B)221º31.09%75.69%-
XYZ30.5331.2954.88-
YUV150.99151.71115.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=27.82%
G=31.80%
B=40.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331521930.310.2100.2422132.6163.92
Hex8598C11F15018dd2140
Octal205230301372503033541100
Binary1000010110011000110000011111110101011000110111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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