#83A0DA

Color #83A0DA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #83A0DA

Tints of Portage #83A0DA

Color information

#83A0DA (or 0x83A0DA) is unknown color: approx Portage. HEX triplet: 83, A0 and DA. RGB value is (131,160,218). Sum of RGB (Red+Green+Blue) = 131+160+218=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0DA is #7C5F25. Grayscale: #9D9D9D. Windows color (decimal): -8150822 or 14327939. OLE color: 14327939.

HSL color Cylindrical-coordinate representation of color #83A0DA: hue angle of 220º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A0DA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131160218-
CMYK0.400.2700.15
HSL220º54.04%68.43%-
HSV(B)220º39.91%85.49%-
XYZ34.5935.0371.27-
YUV157.94161.89108.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.74%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=25.74%
G=31.43%
B=42.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311602180.400.2700.1522054.0468.43
Hex83A0DA281B0Fdc3644
Octal203240332503301733466104
Binary1000001110100000110110101010001101101111110111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A0DA; }

 p { color: rgb(131,160,218); }

 H1.HeaderClassName
 {
   color: #83A0DA;
 }
 .AnyTagClassName
 {
   color: #83A0DA;
 }
</style>
background-color css

<style>
 a { background-color: #83A0DA; }

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

 div.DivClassName
 {
   background-color: #83A0DA;
 }
 .BgClassName
 {
   background-color: #83A0DA;
 }
</style>
border-color css

<style>
 span { border-color: #83A0DA; }

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

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