Html Css Color HEX #8383AC Manatee

📋 copy color: '#8383AC'

red 131 ◦ green 131 ◦ blue 172

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

Shades of Manatee #8383AC

Tints of Manatee #8383AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 30.18%
G = 30.18%
B = 39.63%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8383AC (or 0x8383AC) is known color: Manatee. HEX triplet: 83, 83 and AC. RGB value is (131,131,172). Sum of RGB (Red+Green+Blue) = 131+131+172=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #8383AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8383AC is #7C7C53. Grayscale: #878787. Windows color (decimal): -8158292 or 11305859. OLE color: 11305859.

HSL color Cylindrical-coordinate representation of color #8383AC: hue angle of 240º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8383AC is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 131 172 -
CMYK 0.24 0.24 0 0.33
HSL 240º 0.2% 0.59% -
HSV(B) 240º 0.24% 0.67% -
XYZ 24.92 24.04 42.36 -
YUV 135.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 131 131 172 0.24 0.24 0 0.33 240 0.2 0.59
Hex 83 83 AC 18 18 0 21 F0 14 3B
Octal 203 203 254 30 30 0 41 360 24 73
Binary 10000011 10000011 10101100 11000 11000 0 100001 11110000 10100 111011

Color Harmonies of #8383AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8383AC

Black with #8383AC

Text Example


Text Example

White with #8383AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8383AC; }

 p { color: rgb(131,131,172); }

 H1.HeaderClassName
 {
   color: #8383AC;
 }
 .AnyTagClassName
 {
   color: #8383AC;
 }
</style>

background-color css

<style>
 a { background-color: #8383AC; }

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

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

border-color css

<style>
 span { border-color: #8383AC; }

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

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