Html Css Color HEX #868DAD Manatee

📋 copy color: '#868DAD'

red 134 ◦ green 141 ◦ blue 173

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

Shades of Manatee #868DAD

Tints of Manatee #868DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 29.91%
G = 31.47%
B = 38.62%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#868DAD (or 0x868DAD) is known color: Manatee. HEX triplet: 86, 8D and AD. RGB value is (134,141,173). Sum of RGB (Red+Green+Blue) = 134+141+173=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #868DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868DAD is #797252. Grayscale: #8E8E8E. Windows color (decimal): -7959123 or 11373958. OLE color: 11373958.

HSL color Cylindrical-coordinate representation of color #868DAD: hue angle of 229.23º degrees, saturation: 0.19, 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 #868DAD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 141 173 -
CMYK 0.23 0.18 0 0.32
HSL 229.23º 0.19% 0.6% -
HSV(B) 229.23º 0.23% 0.68% -
XYZ 26.9 27.14 43.36 -
YUV 142.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 134 141 173 0.23 0.18 0 0.32 229.23 0.19 0.6
Hex 86 8D AD 17 12 0 20 E5 13 3C
Octal 206 215 255 27 22 0 40 345 23 74
Binary 10000110 10001101 10101101 10111 10010 0 100000 11100101 10011 111100

Color Harmonies of #868DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DAD

Black with #868DAD

Text Example


Text Example

White with #868DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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