Html Css Color HEX #868FAE Manatee

📋 copy color: '#868FAE'

red 134 ◦ green 143 ◦ blue 174

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

Shades of Manatee #868FAE

Tints of Manatee #868FAE

RGB

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

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

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

R = 29.71%
G = 31.71%
B = 38.58%

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

#868FAE (or 0x868FAE) is known color: Manatee. HEX triplet: 86, 8F and AE. RGB value is (134,143,174). Sum of RGB (Red+Green+Blue) = 134+143+174=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #868FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FAE is #797051. Grayscale: #8F8F8F. Windows color (decimal): -7958610 or 11440006. OLE color: 11440006.

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

Color convert

RGB 134 143 174 -
CMYK 0.23 0.18 0 0.32
HSL 226.5º 0.2% 0.6% -
HSV(B) 226.5º 0.23% 0.68% -
XYZ 27.29 27.77 43.97 -
YUV 143.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 134 143 174 0.23 0.18 0 0.32 226.5 0.2 0.6
Hex 86 8F AE 17 12 0 20 E2 14 3C
Octal 206 217 256 27 22 0 40 342 24 74
Binary 10000110 10001111 10101110 10111 10010 0 100000 11100010 10100 111100

Color Harmonies of #868FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FAE

Black with #868FAE

Text Example


Text Example

White with #868FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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