Html Css Color HEX #83879E Manatee

📋 copy color: '#83879E'

red 131 ◦ green 135 ◦ blue 158

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

Shades of Manatee #83879E

Tints of Manatee #83879E

RGB

 RED value IS 131 (51.56% from 255) = 30.9%

 GREEN value IS 135 (53.13% from 255) = 31.84%

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 30.9%
G = 31.84%
B = 37.26%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83879E (or 0x83879E) is known color: Manatee. HEX triplet: 83, 87 and 9E. RGB value is (131,135,158). Sum of RGB (Red+Green+Blue) = 131+135+158=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #83879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83879E is #7C7861. Grayscale: #888888. Windows color (decimal): -8157282 or 10389379. OLE color: 10389379.

HSL color Cylindrical-coordinate representation of color #83879E: hue angle of 231.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83879E is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 135 158 -
CMYK 0.17 0.15 0 0.38
HSL 231.11º 0.12% 0.57% -
HSV(B) 231.11º 0.17% 0.62% -
XYZ 24.2 24.62 35.83 -
YUV 136.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 131 135 158 0.17 0.15 0 0.38 231.11 0.12 0.57
Hex 83 87 9E 11 F 0 26 E7 C 39
Octal 203 207 236 21 17 0 46 347 14 71
Binary 10000011 10000111 10011110 10001 1111 0 100110 11100111 1100 111001

Color Harmonies of #83879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83879E

Black with #83879E

Text Example


Text Example

White with #83879E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83879E; }

 p { color: rgb(131,135,158); }

 H1.HeaderClassName
 {
   color: #83879E;
 }
 .AnyTagClassName
 {
   color: #83879E;
 }
</style>

background-color css

<style>
 a { background-color: #83879E; }

 a { background-color: rgb(131,135,158); }

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

border-color css

<style>
 span { border-color: #83879E; }

 span { border-color: rgb(131,135,158); }

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