#8298CF

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

Shades of Portage #8298CF

Tints of Portage #8298CF

Color information

#8298CF (or 0x8298CF) is unknown color: approx Portage. HEX triplet: 82, 98 and CF. RGB value is (130,152,207). Sum of RGB (Red+Green+Blue) = 130+152+207=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #8298CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298CF is #7D6730. Grayscale: #979797. Windows color (decimal): -8218417 or 13604994. OLE color: 13604994.

HSL color Cylindrical-coordinate representation of color #8298CF: hue angle of 222.86º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8298CF is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130152207-
CMYK0.370.2700.19
HSL222.86º44.51%66.08%-
HSV(B)222.86º37.2%81.18%-
XYZ31.731.7163.48-
YUV151.69159.21112.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=26.58%
G=31.08%
B=42.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301522070.370.2700.19222.8644.5166.08
Hex8298CF251B013df2d42
Octal202230317453302333755102
Binary10000010100110001100111110010111011010011110111111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8298CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8298CF; }

 p { color: rgb(130,152,207); }

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

<style>
 a { background-color: #8298CF; }

 a { background-color: rgb(130,152,207); }

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

<style>
 span { border-color: #8298CF; }

 span { border-color: rgb(130,152,207); }

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