Html Css Color HEX #87A0B4 Bali Hai

📋 copy color: '#87A0B4'

red 135 ◦ green 160 ◦ blue 180

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

Shades of Bali Hai #87A0B4

Tints of Bali Hai #87A0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 28.42%
G = 33.68%
B = 37.89%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#87A0B4 (or 0x87A0B4) is known color: Bali Hai. HEX triplet: 87, A0 and B4. RGB value is (135,160,180). Sum of RGB (Red+Green+Blue) = 135+160+180=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #87A0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0B4 is #785F4B. Grayscale: #9A9A9A. Windows color (decimal): -7888716 or 11837575. OLE color: 11837575.

HSL color Cylindrical-coordinate representation of color #87A0B4: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A0B4 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 160 180 -
CMYK 0.25 0.11 0 0.29
HSL 206.67º 0.23% 0.62% -
HSV(B) 206.67º 0.25% 0.71% -
XYZ 30.8 33.59 48.04 -
YUV 154.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 135 160 180 0.25 0.11 0 0.29 206.67 0.23 0.62
Hex 87 A0 B4 19 B 0 1D CF 17 3E
Octal 207 240 264 31 13 0 35 317 27 76
Binary 10000111 10100000 10110100 11001 1011 0 11101 11001111 10111 111110

Color Harmonies of #87A0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A0B4

Black with #87A0B4

Text Example


Text Example

White with #87A0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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