Html Css Color HEX #878BAF Manatee

📋 copy color: '#878BAF'

red 135 ◦ green 139 ◦ blue 175

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

Shades of Manatee #878BAF

Tints of Manatee #878BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.96%

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 30.07%
G = 30.96%
B = 38.98%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#878BAF (or 0x878BAF) is known color: Manatee. HEX triplet: 87, 8B and AF. RGB value is (135,139,175). Sum of RGB (Red+Green+Blue) = 135+139+175=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #878BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878BAF is #787450. Grayscale: #8D8D8D. Windows color (decimal): -7894097 or 11504519. OLE color: 11504519.

HSL color Cylindrical-coordinate representation of color #878BAF: hue angle of 234º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878BAF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 139 175 -
CMYK 0.23 0.21 0 0.31
HSL 234º 0.2% 0.61% -
HSV(B) 234º 0.23% 0.69% -
XYZ 26.96 26.71 44.29 -
YUV 141.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 135 139 175 0.23 0.21 0 0.31 234 0.2 0.61
Hex 87 8B AF 17 15 0 1F EA 14 3D
Octal 207 213 257 27 25 0 37 352 24 75
Binary 10000111 10001011 10101111 10111 10101 0 11111 11101010 10100 111101

Color Harmonies of #878BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BAF

Black with #878BAF

Text Example


Text Example

White with #878BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878BAF; }

 p { color: rgb(135,139,175); }

 H1.HeaderClassName
 {
   color: #878BAF;
 }
 .AnyTagClassName
 {
   color: #878BAF;
 }
</style>

background-color css

<style>
 a { background-color: #878BAF; }

 a { background-color: rgb(135,139,175); }

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

border-color css

<style>
 span { border-color: #878BAF; }

 span { border-color: rgb(135,139,175); }

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