Html Css Color HEX #83869B Manatee

📋 copy color: '#83869B'

red 131 ◦ green 134 ◦ blue 155

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

Shades of Manatee #83869B

Tints of Manatee #83869B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 31.19%
G = 31.9%
B = 36.9%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83869B (or 0x83869B) is known color: Manatee. HEX triplet: 83, 86 and 9B. RGB value is (131,134,155). Sum of RGB (Red+Green+Blue) = 131+134+155=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #83869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83869B is #7C7964. Grayscale: #878787. Windows color (decimal): -8157541 or 10192515. OLE color: 10192515.

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

Color convert

RGB 131 134 155 -
CMYK 0.15 0.14 0 0.39
HSL 232.5º 0.11% 0.56% -
HSV(B) 232.5º 0.15% 0.61% -
XYZ 23.8 24.24 34.44 -
YUV 135.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 131 134 155 0.15 0.14 0 0.39 232.5 0.11 0.56
Hex 83 86 9B F E 0 27 E8 B 38
Octal 203 206 233 17 16 0 47 350 13 70
Binary 10000011 10000110 10011011 1111 1110 0 100111 11101000 1011 111000

Color Harmonies of #83869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83869B

Black with #83869B

Text Example


Text Example

White with #83869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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