Html Css Color HEX #8C8FB0 Manatee

📋 copy color: '#8C8FB0'

red 140 ◦ green 143 ◦ blue 176

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

Shades of Manatee #8C8FB0

Tints of Manatee #8C8FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 30.5%
G = 31.15%
B = 38.34%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C8FB0 (or 0x8C8FB0) is known color: Manatee. HEX triplet: 8C, 8F and B0. RGB value is (140,143,176). Sum of RGB (Red+Green+Blue) = 140+143+176=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C8FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8FB0 is #73704F. Grayscale: #919191. Windows color (decimal): -7565392 or 11571084. OLE color: 11571084.

HSL color Cylindrical-coordinate representation of color #8C8FB0: hue angle of 235º degrees, saturation: 0.19, 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 #8C8FB0 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 143 176 -
CMYK 0.20 0.19 0 0.31
HSL 235º 0.19% 0.62% -
HSV(B) 235º 0.2% 0.69% -
XYZ 28.47 28.35 45.05 -
YUV 145.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 140 143 176 0.20 0.19 0 0.31 235 0.19 0.62
Hex 8C 8F B0 14 13 0 1F EB 13 3E
Octal 214 217 260 24 23 0 37 353 23 76
Binary 10001100 10001111 10110000 10100 10011 0 11111 11101011 10011 111110

Color Harmonies of #8C8FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8FB0

Black with #8C8FB0

Text Example


Text Example

White with #8C8FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,143,176); }

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

background-color css

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

 a { background-color: rgb(140,143,176); }

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

border-color css

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

 span { border-color: rgb(140,143,176); }

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