Html Css Color HEX #878FAC Manatee

📋 copy color: '#878FAC'

red 135 ◦ green 143 ◦ blue 172

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

Shades of Manatee #878FAC

Tints of Manatee #878FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.78%

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 30%
G = 31.78%
B = 38.22%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#878FAC (or 0x878FAC) is known color: Manatee. HEX triplet: 87, 8F and AC. RGB value is (135,143,172). Sum of RGB (Red+Green+Blue) = 135+143+172=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #878FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878FAC is #787053. Grayscale: #8F8F8F. Windows color (decimal): -7893076 or 11308935. OLE color: 11308935.

HSL color Cylindrical-coordinate representation of color #878FAC: hue angle of 227.03º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #878FAC is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 143 172 -
CMYK 0.22 0.17 0 0.33
HSL 227.03º 0.18% 0.6% -
HSV(B) 227.03º 0.22% 0.67% -
XYZ 27.26 27.77 42.95 -
YUV 143.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 135 143 172 0.22 0.17 0 0.33 227.03 0.18 0.6
Hex 87 8F AC 16 11 0 21 E3 12 3C
Octal 207 217 254 26 21 0 41 343 22 74
Binary 10000111 10001111 10101100 10110 10001 0 100001 11100011 10010 111100

Color Harmonies of #878FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FAC

Black with #878FAC

Text Example


Text Example

White with #878FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,172); }

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

background-color css

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

 a { background-color: rgb(135,143,172); }

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

border-color css

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

 span { border-color: rgb(135,143,172); }

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