Html Css Color HEX #83869C Manatee

📋 copy color: '#83869C'

red 131 ◦ green 134 ◦ blue 156

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

Shades of Manatee #83869C

Tints of Manatee #83869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.83%

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 31.12%
G = 31.83%
B = 37.05%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83869C (or 0x83869C) is known color: Manatee. HEX triplet: 83, 86 and 9C. RGB value is (131,134,156). Sum of RGB (Red+Green+Blue) = 131+134+156=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #83869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83869C is #7C7963. Grayscale: #878787. Windows color (decimal): -8157540 or 10258051. OLE color: 10258051.

HSL color Cylindrical-coordinate representation of color #83869C: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83869C is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 134 156 -
CMYK 0.16 0.14 0 0.39
HSL 232.8º 0.11% 0.56% -
HSV(B) 232.8º 0.16% 0.61% -
XYZ 23.89 24.28 34.88 -
YUV 135.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 131 134 156 0.16 0.14 0 0.39 232.8 0.11 0.56
Hex 83 86 9C 10 E 0 27 E9 B 38
Octal 203 206 234 20 16 0 47 351 13 70
Binary 10000011 10000110 10011100 10000 1110 0 100111 11101001 1011 111000

Color Harmonies of #83869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83869C

Black with #83869C

Text Example


Text Example

White with #83869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83869C; }

 p { color: rgb(131,134,156); }

 H1.HeaderClassName
 {
   color: #83869C;
 }
 .AnyTagClassName
 {
   color: #83869C;
 }
</style>

background-color css

<style>
 a { background-color: #83869C; }

 a { background-color: rgb(131,134,156); }

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

border-color css

<style>
 span { border-color: #83869C; }

 span { border-color: rgb(131,134,156); }

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