#8299ED

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

Shades of Portage #8299ED

Tints of Portage #8299ED

Color information

#8299ED (or 0x8299ED) is unknown color: approx Portage. HEX triplet: 82, 99 and ED. RGB value is (130,153,237). Sum of RGB (Red+Green+Blue) = 130+153+237=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #8299ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8299ED is #7D6612. Grayscale: #9B9B9B. Windows color (decimal): -8218131 or 15571330. OLE color: 15571330.

HSL color Cylindrical-coordinate representation of color #8299ED: hue angle of 227.1º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8299ED is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130153237-
CMYK0.450.3500.07
HSL227.1º74.83%71.96%-
HSV(B)227.1º45.15%92.94%-
XYZ35.8833.6484.72-
YUV155.7173.88109.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=25%
G=29.42%
B=45.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301532370.450.3500.07227.174.8371.96
Hex8299ED2D2307e34b48
Octal202231355554307343113110
Binary10000010100110011110110110110110001101111110001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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