Html Css Color HEX #83879D Manatee

📋 copy color: '#83879D'

red 131 ◦ green 135 ◦ blue 157

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

Shades of Manatee #83879D

Tints of Manatee #83879D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 30.97%
G = 31.91%
B = 37.12%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83879D (or 0x83879D) is known color: Manatee. HEX triplet: 83, 87 and 9D. RGB value is (131,135,157). Sum of RGB (Red+Green+Blue) = 131+135+157=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #83879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83879D is #7C7862. Grayscale: #888888. Windows color (decimal): -8157283 or 10323843. OLE color: 10323843.

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

Color convert

RGB 131 135 157 -
CMYK 0.17 0.14 0 0.38
HSL 230.77º 0.12% 0.56% -
HSV(B) 230.77º 0.17% 0.62% -
XYZ 24.11 24.59 35.37 -
YUV 136.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 131 135 157 0.17 0.14 0 0.38 230.77 0.12 0.56
Hex 83 87 9D 11 E 0 26 E7 C 38
Octal 203 207 235 21 16 0 46 347 14 70
Binary 10000011 10000111 10011101 10001 1110 0 100110 11100111 1100 111000

Color Harmonies of #83879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83879D

Black with #83879D

Text Example


Text Example

White with #83879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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