Html Css Color HEX #8598B7 Rock Blue

📋 copy color: '#8598B7'

red 133 ◦ green 152 ◦ blue 183

#8598B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8598B7

Tints of Rock Blue #8598B7

RGB

 RED value IS 133 (52.34% from 255) = 28.42%

 GREEN value IS 152 (59.77% from 255) = 32.48%

 BLUE value IS 183 (71.88% from 255) = 39.1%

R = 28.42%
G = 32.48%
B = 39.1%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8598B7 (or 0x8598B7) is known color: Rock Blue. HEX triplet: 85, 98 and B7. RGB value is (133,152,183). Sum of RGB (Red+Green+Blue) = 133+152+183=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #8598B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598B7 is #7A6748. Grayscale: #959595. Windows color (decimal): -8021833 or 12032133. OLE color: 12032133.

HSL color Cylindrical-coordinate representation of color #8598B7: hue angle of 217.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8598B7 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 152 183 -
CMYK 0.27 0.17 0 0.28
HSL 217.2º 0.26% 0.62% -
HSV(B) 217.2º 0.27% 0.72% -
XYZ 29.45 30.86 49.2 -
YUV 149.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 133 152 183 0.27 0.17 0 0.28 217.2 0.26 0.62
Hex 85 98 B7 1B 11 0 1C D9 1A 3E
Octal 205 230 267 33 21 0 34 331 32 76
Binary 10000101 10011000 10110111 11011 10001 0 11100 11011001 11010 111110

Color Harmonies of #8598B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8598B7

Black with #8598B7

Text Example


Text Example

White with #8598B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8598B7;
 }
 .AnyTagClassName
 {
   color: #8598B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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