#8299DA

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

Shades of Portage #8299DA

Tints of Portage #8299DA

Color information

#8299DA (or 0x8299DA) is unknown color: approx Portage. HEX triplet: 82, 99 and DA. RGB value is (130,153,218). Sum of RGB (Red+Green+Blue) = 130+153+218=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8299DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299DA is #7D6625. Grayscale: #999999. Windows color (decimal): -8218150 or 14326146. OLE color: 14326146.

HSL color Cylindrical-coordinate representation of color #8299DA: hue angle of 224.32º 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 #8299DA is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130153218-
CMYK0.400.3000.15
HSL224.32º54.32%68.24%-
HSV(B)224.32º40.37%85.49%-
XYZ33.2532.5970.87-
YUV153.53164.38111.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=25.95%
G=30.54%
B=43.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301532180.400.3000.15224.3254.3268.24
Hex8299DA281E0Fe03644
Octal202231332503601734066104
Binary1000001010011001110110101010001111001111111000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8299DA; }

 p { color: rgb(130,153,218); }

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

<style>
 a { background-color: #8299DA; }

 a { background-color: rgb(130,153,218); }

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

<style>
 span { border-color: #8299DA; }

 span { border-color: rgb(130,153,218); }

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