Html Css Color HEX #8C8EAF Manatee

📋 copy color: '#8C8EAF'

red 140 ◦ green 142 ◦ blue 175

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

Shades of Manatee #8C8EAF

Tints of Manatee #8C8EAF

RGB

 RED value IS 140 (55.08% from 255) = 30.63%

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 30.63%
G = 31.07%
B = 38.29%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C8EAF (or 0x8C8EAF) is known color: Manatee. HEX triplet: 8C, 8E and AF. RGB value is (140,142,175). Sum of RGB (Red+Green+Blue) = 140+142+175=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8EAF is #737150. Grayscale: #919191. Windows color (decimal): -7565649 or 11505292. OLE color: 11505292.

HSL color Cylindrical-coordinate representation of color #8C8EAF: hue angle of 236.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C8EAF is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 142 175 -
CMYK 0.2 0.19 0 0.31
HSL 236.57º 0.18% 0.62% -
HSV(B) 236.57º 0.2% 0.69% -
XYZ 28.23 28.02 44.48 -
YUV 145.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 140 142 175 0.2 0.19 0 0.31 236.57 0.18 0.62
Hex 8C 8E AF 14 13 0 1F ED 12 3E
Octal 214 216 257 24 23 0 37 355 22 76
Binary 10001100 10001110 10101111 10100 10011 0 11111 11101101 10010 111110

Color Harmonies of #8C8EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8EAF

Black with #8C8EAF

Text Example


Text Example

White with #8C8EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8EAF; }

 p { color: rgb(140,142,175); }

 H1.HeaderClassName
 {
   color: #8C8EAF;
 }
 .AnyTagClassName
 {
   color: #8C8EAF;
 }
</style>

background-color css

<style>
 a { background-color: #8C8EAF; }

 a { background-color: rgb(140,142,175); }

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

border-color css

<style>
 span { border-color: #8C8EAF; }

 span { border-color: rgb(140,142,175); }

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