Html Css Color HEX #87A1BC Rock Blue

📋 copy color: '#87A1BC'

red 135 ◦ green 161 ◦ blue 188

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

Shades of Rock Blue #87A1BC

Tints of Rock Blue #87A1BC

RGB

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

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

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

R = 27.89%
G = 33.26%
B = 38.84%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#87A1BC (or 0x87A1BC) is known color: Rock Blue. HEX triplet: 87, A1 and BC. RGB value is (135,161,188). Sum of RGB (Red+Green+Blue) = 135+161+188=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #87A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1BC is #785E43. Grayscale: #9C9C9C. Windows color (decimal): -7888452 or 12362119. OLE color: 12362119.

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

Color convert

RGB 135 161 188 -
CMYK 0.28 0.14 0 0.26
HSL 210.57º 0.28% 0.63% -
HSV(B) 210.57º 0.28% 0.74% -
XYZ 31.81 34.27 52.52 -
YUV 156.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 135 161 188 0.28 0.14 0 0.26 210.57 0.28 0.63
Hex 87 A1 BC 1C E 0 1A D3 1C 3F
Octal 207 241 274 34 16 0 32 323 34 77
Binary 10000111 10100001 10111100 11100 1110 0 11010 11010011 11100 111111

Color Harmonies of #87A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A1BC

Black with #87A1BC

Text Example


Text Example

White with #87A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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