#83A0DD

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

Shades of Portage #83A0DD

Tints of Portage #83A0DD

Color information

#83A0DD (or 0x83A0DD) is unknown color: approx Portage. HEX triplet: 83, A0 and DD. RGB value is (131,160,221). Sum of RGB (Red+Green+Blue) = 131+160+221=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0DD is #7C5F22. Grayscale: #9E9E9E. Windows color (decimal): -8150819 or 14524547. OLE color: 14524547.

HSL color Cylindrical-coordinate representation of color #83A0DD: hue angle of 220.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83A0DD is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131160221-
CMYK0.410.2800.13
HSL220.67º56.96%69.02%-
HSV(B)220.67º40.72%86.67%-
XYZ34.9835.1973.35-
YUV158.28163.39108.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=25.59%
G=31.25%
B=43.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311602210.410.2800.13220.6756.9669.02
Hex83A0DD291C0Ddd3945
Octal203240335513401533571105
Binary1000001110100000110111011010011110001101110111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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