Html Css Color HEX #83879F Manatee

📋 copy color: '#83879F'

red 131 ◦ green 135 ◦ blue 159

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

Shades of Manatee #83879F

Tints of Manatee #83879F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 30.82%
G = 31.76%
B = 37.41%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83879F (or 0x83879F) is known color: Manatee. HEX triplet: 83, 87 and 9F. RGB value is (131,135,159). Sum of RGB (Red+Green+Blue) = 131+135+159=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #83879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83879F is #7C7860. Grayscale: #888888. Windows color (decimal): -8157281 or 10454915. OLE color: 10454915.

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

Color convert

RGB 131 135 159 -
CMYK 0.18 0.15 0 0.38
HSL 231.43º 0.13% 0.57% -
HSV(B) 231.43º 0.18% 0.62% -
XYZ 24.28 24.66 36.28 -
YUV 136.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 131 135 159 0.18 0.15 0 0.38 231.43 0.13 0.57
Hex 83 87 9F 12 F 0 26 E7 D 39
Octal 203 207 237 22 17 0 46 347 15 71
Binary 10000011 10000111 10011111 10010 1111 0 100110 11100111 1101 111001

Color Harmonies of #83879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83879F

Black with #83879F

Text Example


Text Example

White with #83879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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