Html Css Color HEX #8898B7 Rock Blue

📋 copy color: '#8898B7'

red 136 ◦ green 152 ◦ blue 183

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

Shades of Rock Blue #8898B7

Tints of Rock Blue #8898B7

RGB

 RED value IS 136 (53.52% from 255) = 28.87%

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

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

R = 28.87%
G = 32.27%
B = 38.85%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8898B7 (or 0x8898B7) is known color: Rock Blue. HEX triplet: 88, 98 and B7. RGB value is (136,152,183). Sum of RGB (Red+Green+Blue) = 136+152+183=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #8898B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898B7 is #776748. Grayscale: #969696. Windows color (decimal): -7825225 or 12032136. OLE color: 12032136.

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

Color convert

RGB 136 152 183 -
CMYK 0.26 0.17 0 0.28
HSL 219.57º 0.25% 0.63% -
HSV(B) 219.57º 0.26% 0.72% -
XYZ 29.93 31.11 49.23 -
YUV 150.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 136 152 183 0.26 0.17 0 0.28 219.57 0.25 0.63
Hex 88 98 B7 1A 11 0 1C DC 19 3F
Octal 210 230 267 32 21 0 34 334 31 77
Binary 10001000 10011000 10110111 11010 10001 0 11100 11011100 11001 111111

Color Harmonies of #8898B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8898B7

Black with #8898B7

Text Example


Text Example

White with #8898B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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