Html Css Color HEX #8897BE Rock Blue

📋 copy color: '#8897BE'

red 136 ◦ green 151 ◦ blue 190

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

Shades of Rock Blue #8897BE

Tints of Rock Blue #8897BE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.66%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 28.51%
G = 31.66%
B = 39.83%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8897BE (or 0x8897BE) is known color: Rock Blue. HEX triplet: 88, 97 and BE. RGB value is (136,151,190). Sum of RGB (Red+Green+Blue) = 136+151+190=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #8897BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897BE is #776841. Grayscale: #969696. Windows color (decimal): -7825474 or 12490632. OLE color: 12490632.

HSL color Cylindrical-coordinate representation of color #8897BE: hue angle of 223.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8897BE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 151 190 -
CMYK 0.28 0.21 0 0.25
HSL 223.33º 0.29% 0.64% -
HSV(B) 223.33º 0.28% 0.75% -
XYZ 30.51 31.09 53.11 -
YUV 150.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 136 151 190 0.28 0.21 0 0.25 223.33 0.29 0.64
Hex 88 97 BE 1C 15 0 19 DF 1D 40
Octal 210 227 276 34 25 0 31 337 35 100
Binary 10001000 10010111 10111110 11100 10101 0 11001 11011111 11101 1000000

Color Harmonies of #8897BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8897BE

Black with #8897BE

Text Example


Text Example

White with #8897BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8897BE; }

 p { color: rgb(136,151,190); }

 H1.HeaderClassName
 {
   color: #8897BE;
 }
 .AnyTagClassName
 {
   color: #8897BE;
 }
</style>

background-color css

<style>
 a { background-color: #8897BE; }

 a { background-color: rgb(136,151,190); }

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

border-color css

<style>
 span { border-color: #8897BE; }

 span { border-color: rgb(136,151,190); }

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