Html Css Color HEX #868FA4 Manatee

📋 copy color: '#868FA4'

red 134 ◦ green 143 ◦ blue 164

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

Shades of Manatee #868FA4

Tints of Manatee #868FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 30.39%
G = 32.43%
B = 37.19%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#868FA4 (or 0x868FA4) is known color: Manatee. HEX triplet: 86, 8F and A4. RGB value is (134,143,164). Sum of RGB (Red+Green+Blue) = 134+143+164=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #868FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FA4 is #79705B. Grayscale: #8E8E8E. Windows color (decimal): -7958620 or 10784646. OLE color: 10784646.

HSL color Cylindrical-coordinate representation of color #868FA4: hue angle of 222º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868FA4 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 143 164 -
CMYK 0.18 0.13 0 0.36
HSL 222º 0.14% 0.58% -
HSV(B) 222º 0.18% 0.64% -
XYZ 26.35 27.39 39.02 -
YUV 142.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 134 143 164 0.18 0.13 0 0.36 222 0.14 0.58
Hex 86 8F A4 12 D 0 24 DE E 3A
Octal 206 217 244 22 15 0 44 336 16 72
Binary 10000110 10001111 10100100 10010 1101 0 100100 11011110 1110 111010

Color Harmonies of #868FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FA4

Black with #868FA4

Text Example


Text Example

White with #868FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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