Html Css Color HEX #868DAE Manatee

📋 copy color: '#868DAE'

red 134 ◦ green 141 ◦ blue 174

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

Shades of Manatee #868DAE

Tints of Manatee #868DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 29.84%
G = 31.4%
B = 38.75%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#868DAE (or 0x868DAE) is known color: Manatee. HEX triplet: 86, 8D and AE. RGB value is (134,141,174). Sum of RGB (Red+Green+Blue) = 134+141+174=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #868DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868DAE is #797251. Grayscale: #8E8E8E. Windows color (decimal): -7959122 or 11439494. OLE color: 11439494.

HSL color Cylindrical-coordinate representation of color #868DAE: hue angle of 229.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868DAE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 141 174 -
CMYK 0.23 0.19 0 0.32
HSL 229.5º 0.2% 0.6% -
HSV(B) 229.5º 0.23% 0.68% -
XYZ 27 27.17 43.87 -
YUV 142.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 134 141 174 0.23 0.19 0 0.32 229.5 0.2 0.6
Hex 86 8D AE 17 13 0 20 E6 14 3C
Octal 206 215 256 27 23 0 40 346 24 74
Binary 10000110 10001101 10101110 10111 10011 0 100000 11100110 10100 111100

Color Harmonies of #868DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DAE

Black with #868DAE

Text Example


Text Example

White with #868DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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