#8295CF

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

Shades of Portage #8295CF

Tints of Portage #8295CF

Color information

#8295CF (or 0x8295CF) is unknown color: approx Portage. HEX triplet: 82, 95 and CF. RGB value is (130,149,207). Sum of RGB (Red+Green+Blue) = 130+149+207=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #8295CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295CF is #7D6A30. Grayscale: #959595. Windows color (decimal): -8219185 or 13604226. OLE color: 13604226.

HSL color Cylindrical-coordinate representation of color #8295CF: hue angle of 225.19º 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 #8295CF is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130149207-
CMYK0.370.2800.19
HSL225.19º44.51%66.08%-
HSV(B)225.19º37.2%81.18%-
XYZ31.2230.7563.32-
YUV149.93160.21113.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=26.75%
G=30.66%
B=42.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301492070.370.2800.19225.1944.5166.08
Hex8295CF251C013e12d42
Octal202225317453402334155102
Binary10000010100101011100111110010111100010011111000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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