Html Css Color HEX #87A1BA Rock Blue

📋 copy color: '#87A1BA'

red 135 ◦ green 161 ◦ blue 186

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

Shades of Rock Blue #87A1BA

Tints of Rock Blue #87A1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

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

R = 28.01%
G = 33.4%
B = 38.59%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87A1BA (or 0x87A1BA) is known color: Rock Blue. HEX triplet: 87, A1 and BA. RGB value is (135,161,186). Sum of RGB (Red+Green+Blue) = 135+161+186=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #87A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1BA is #785E45. Grayscale: #9B9B9B. Windows color (decimal): -7888454 or 12231047. OLE color: 12231047.

HSL color Cylindrical-coordinate representation of color #87A1BA: hue angle of 209.41º 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 #87A1BA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 161 186 -
CMYK 0.27 0.13 0 0.27
HSL 209.41º 0.27% 0.63% -
HSV(B) 209.41º 0.27% 0.73% -
XYZ 31.6 34.19 51.39 -
YUV 156.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 135 161 186 0.27 0.13 0 0.27 209.41 0.27 0.63
Hex 87 A1 BA 1B D 0 1B D1 1B 3F
Octal 207 241 272 33 15 0 33 321 33 77
Binary 10000111 10100001 10111010 11011 1101 0 11011 11010001 11011 111111

Color Harmonies of #87A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A1BA

Black with #87A1BA

Text Example


Text Example

White with #87A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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