Html Css Color HEX #868FAA Manatee

📋 copy color: '#868FAA'

red 134 ◦ green 143 ◦ blue 170

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

Shades of Manatee #868FAA

Tints of Manatee #868FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 29.98%
G = 31.99%
B = 38.03%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#868FAA (or 0x868FAA) is known color: Manatee. HEX triplet: 86, 8F and AA. RGB value is (134,143,170). Sum of RGB (Red+Green+Blue) = 134+143+170=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #868FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FAA is #797055. Grayscale: #8F8F8F. Windows color (decimal): -7958614 or 11177862. OLE color: 11177862.

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

Color convert

RGB 134 143 170 -
CMYK 0.21 0.16 0 0.33
HSL 225º 0.17% 0.6% -
HSV(B) 225º 0.21% 0.67% -
XYZ 26.91 27.62 41.94 -
YUV 143.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 134 143 170 0.21 0.16 0 0.33 225 0.17 0.6
Hex 86 8F AA 15 10 0 21 E1 11 3C
Octal 206 217 252 25 20 0 41 341 21 74
Binary 10000110 10001111 10101010 10101 10000 0 100001 11100001 10001 111100

Color Harmonies of #868FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FAA

Black with #868FAA

Text Example


Text Example

White with #868FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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