#8183df

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

Shades of Portage #8183DF

Tints of Portage #8183DF

Color information

#8183DF (or 0x8183DF) is unknown color: approx Portage. HEX triplet: 81, 83 and DF. RGB value is (129,131,223). Sum of RGB (Red+Green+Blue) = 129+131+223=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #8183DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183DF is #7E7C20. Grayscale: #8C8C8C. Windows color (decimal): -8289313 or 14648193. OLE color: 14648193.

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

Color convert

RGB129131223-
CMYK0.420.4100.13
HSL238.72º59.49%69.02%-
HSV(B)238.72º42.15%87.45%-
XYZ30.4926.2373.27-
YUV140.89174.34119.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=26.71%
G=27.12%
B=46.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291312230.420.4100.13238.7259.4969.02
Hex8183DF2A290Def3b45
Octal201203337525101535773105
Binary10000001100000111101111110101010100101101111011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8183df; }

 p { color: rgb(129,131,223); }

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

<style>
 a { background-color: #8183df; }

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

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

<style>
 span { border-color: #8183df; }

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

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