Html Css Color HEX #868BAA Manatee

📋 copy color: '#868BAA'

red 134 ◦ green 139 ◦ blue 170

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

Shades of Manatee #868BAA

Tints of Manatee #868BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

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

R = 30.25%
G = 31.38%
B = 38.37%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#868BAA (or 0x868BAA) is known color: Manatee. HEX triplet: 86, 8B and AA. RGB value is (134,139,170). Sum of RGB (Red+Green+Blue) = 134+139+170=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #868BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868BAA is #797455. Grayscale: #8C8C8C. Windows color (decimal): -7959638 or 11176838. OLE color: 11176838.

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

Color convert

RGB 134 139 170 -
CMYK 0.21 0.18 0 0.33
HSL 231.67º 0.17% 0.6% -
HSV(B) 231.67º 0.21% 0.67% -
XYZ 26.32 26.44 41.75 -
YUV 141.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 134 139 170 0.21 0.18 0 0.33 231.67 0.17 0.6
Hex 86 8B AA 15 12 0 21 E8 11 3C
Octal 206 213 252 25 22 0 41 350 21 74
Binary 10000110 10001011 10101010 10101 10010 0 100001 11101000 10001 111100

Color Harmonies of #868BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868BAA

Black with #868BAA

Text Example


Text Example

White with #868BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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