Html Css Color HEX #878CAF Manatee

📋 copy color: '#878CAF'

red 135 ◦ green 140 ◦ blue 175

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

Shades of Manatee #878CAF

Tints of Manatee #878CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

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

R = 30%
G = 31.11%
B = 38.89%

CMYK

 C value IS 0.23

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#878CAF (or 0x878CAF) is known color: Manatee. HEX triplet: 87, 8C and AF. RGB value is (135,140,175). Sum of RGB (Red+Green+Blue) = 135+140+175=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #878CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878CAF is #787350. Grayscale: #8E8E8E. Windows color (decimal): -7893841 or 11504775. OLE color: 11504775.

HSL color Cylindrical-coordinate representation of color #878CAF: hue angle of 232.5º 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 #878CAF is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 140 175 -
CMYK 0.23 0.2 0 0.31
HSL 232.5º 0.2% 0.61% -
HSV(B) 232.5º 0.23% 0.69% -
XYZ 27.11 27 44.34 -
YUV 142.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 135 140 175 0.23 0.2 0 0.31 232.5 0.2 0.61
Hex 87 8C AF 17 14 0 1F E8 14 3D
Octal 207 214 257 27 24 0 37 350 24 75
Binary 10000111 10001100 10101111 10111 10100 0 11111 11101000 10100 111101

Color Harmonies of #878CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CAF

Black with #878CAF

Text Example


Text Example

White with #878CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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