Html Css Color HEX #87A0BA Rock Blue

📋 copy color: '#87A0BA'

red 135 ◦ green 160 ◦ blue 186

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

Shades of Rock Blue #87A0BA

Tints of Rock Blue #87A0BA

RGB

 RED value IS 135 (53.13% from 255) = 28.07%

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 28.07%
G = 33.26%
B = 38.67%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87A0BA (or 0x87A0BA) is known color: Rock Blue. HEX triplet: 87, A0 and BA. RGB value is (135,160,186). Sum of RGB (Red+Green+Blue) = 135+160+186=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #87A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0BA is #785F45. Grayscale: #9B9B9B. Windows color (decimal): -7888710 or 12230791. OLE color: 12230791.

HSL color Cylindrical-coordinate representation of color #87A0BA: hue angle of 210.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87A0BA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 160 186 -
CMYK 0.27 0.14 0 0.27
HSL 210.59º 0.27% 0.63% -
HSV(B) 210.59º 0.27% 0.73% -
XYZ 31.43 33.84 51.33 -
YUV 155.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 135 160 186 0.27 0.14 0 0.27 210.59 0.27 0.63
Hex 87 A0 BA 1B E 0 1B D3 1B 3F
Octal 207 240 272 33 16 0 33 323 33 77
Binary 10000111 10100000 10111010 11011 1110 0 11011 11010011 11011 111111

Color Harmonies of #87A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A0BA

Black with #87A0BA

Text Example


Text Example

White with #87A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A0BA; }

 p { color: rgb(135,160,186); }

 H1.HeaderClassName
 {
   color: #87A0BA;
 }
 .AnyTagClassName
 {
   color: #87A0BA;
 }
</style>

background-color css

<style>
 a { background-color: #87A0BA; }

 a { background-color: rgb(135,160,186); }

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

border-color css

<style>
 span { border-color: #87A0BA; }

 span { border-color: rgb(135,160,186); }

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