Html Css Color HEX #8897BC Rock Blue

📋 copy color: '#8897BC'

red 136 ◦ green 151 ◦ blue 188

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

Shades of Rock Blue #8897BC

Tints of Rock Blue #8897BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 28.63%
G = 31.79%
B = 39.58%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8897BC (or 0x8897BC) is known color: Rock Blue. HEX triplet: 88, 97 and BC. RGB value is (136,151,188). Sum of RGB (Red+Green+Blue) = 136+151+188=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8897BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897BC is #776843. Grayscale: #969696. Windows color (decimal): -7825476 or 12359560. OLE color: 12359560.

HSL color Cylindrical-coordinate representation of color #8897BC: hue angle of 222.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8897BC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 151 188 -
CMYK 0.28 0.20 0 0.26
HSL 222.69º 0.28% 0.64% -
HSV(B) 222.69º 0.28% 0.74% -
XYZ 30.3 31 51.96 -
YUV 150.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 136 151 188 0.28 0.20 0 0.26 222.69 0.28 0.64
Hex 88 97 BC 1C 14 0 1A DF 1C 40
Octal 210 227 274 34 24 0 32 337 34 100
Binary 10001000 10010111 10111100 11100 10100 0 11010 11011111 11100 1000000

Color Harmonies of #8897BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8897BC

Black with #8897BC

Text Example


Text Example

White with #8897BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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