#8294CF

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

Shades of Portage #8294CF

Tints of Portage #8294CF

Color information

#8294CF (or 0x8294CF) is unknown color: approx Portage. HEX triplet: 82, 94 and CF. RGB value is (130,148,207). Sum of RGB (Red+Green+Blue) = 130+148+207=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #8294CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294CF is #7D6B30. Grayscale: #959595. Windows color (decimal): -8219441 or 13603970. OLE color: 13603970.

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

Color convert

RGB130148207-
CMYK0.370.2900.19
HSL225.97º44.51%66.08%-
HSV(B)225.97º37.2%81.18%-
XYZ31.0630.4363.27-
YUV149.34160.54114.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=26.80%
G=30.52%
B=42.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301482070.370.2900.19225.9744.5166.08
Hex8294CF251D013e22d42
Octal202224317453502334255102
Binary10000010100101001100111110010111101010011111000101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8294CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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