Html Css Color HEX #868DAB Manatee

📋 copy color: '#868DAB'

red 134 ◦ green 141 ◦ blue 171

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

Shades of Manatee #868DAB

Tints of Manatee #868DAB

RGB

 RED value IS 134 (52.73% from 255) = 30.04%

 GREEN value IS 141 (55.47% from 255) = 31.61%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 30.04%
G = 31.61%
B = 38.34%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#868DAB (or 0x868DAB) is known color: Manatee. HEX triplet: 86, 8D and AB. RGB value is (134,141,171). Sum of RGB (Red+Green+Blue) = 134+141+171=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #868DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868DAB is #797254. Grayscale: #8E8E8E. Windows color (decimal): -7959125 or 11242886. OLE color: 11242886.

HSL color Cylindrical-coordinate representation of color #868DAB: hue angle of 228.65º 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 #868DAB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 141 171 -
CMYK 0.22 0.18 0 0.33
HSL 228.65º 0.18% 0.6% -
HSV(B) 228.65º 0.22% 0.67% -
XYZ 26.71 27.06 42.34 -
YUV 142.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 134 141 171 0.22 0.18 0 0.33 228.65 0.18 0.6
Hex 86 8D AB 16 12 0 21 E5 12 3C
Octal 206 215 253 26 22 0 41 345 22 74
Binary 10000110 10001101 10101011 10110 10010 0 100001 11100101 10010 111100

Color Harmonies of #868DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DAB

Black with #868DAB

Text Example


Text Example

White with #868DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868DAB; }

 p { color: rgb(134,141,171); }

 H1.HeaderClassName
 {
   color: #868DAB;
 }
 .AnyTagClassName
 {
   color: #868DAB;
 }
</style>

background-color css

<style>
 a { background-color: #868DAB; }

 a { background-color: rgb(134,141,171); }

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

border-color css

<style>
 span { border-color: #868DAB; }

 span { border-color: rgb(134,141,171); }

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