#8292DB

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

Shades of Portage #8292DB

Tints of Portage #8292DB

Color information

#8292DB (or 0x8292DB) is unknown color: approx Portage. HEX triplet: 82, 92 and DB. RGB value is (130,146,219). Sum of RGB (Red+Green+Blue) = 130+146+219=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8292DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292DB is #7D6D24. Grayscale: #959595. Windows color (decimal): -8219941 or 14389890. OLE color: 14389890.

HSL color Cylindrical-coordinate representation of color #8292DB: hue angle of 229.21º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8292DB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130146219-
CMYK0.410.3300.14
HSL229.21º55.28%68.43%-
HSV(B)229.21º40.64%85.88%-
XYZ32.2730.4271.19-
YUV149.54167.2114.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=26.26%
G=29.49%
B=44.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301462190.410.3300.14229.2155.2868.43
Hex8292DB29210Ee53744
Octal202222333514101634567104
Binary10000010100100101101101110100110000101110111001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8292DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8292DB; }

 p { color: rgb(130,146,219); }

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

<style>
 a { background-color: #8292DB; }

 a { background-color: rgb(130,146,219); }

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

<style>
 span { border-color: #8292DB; }

 span { border-color: rgb(130,146,219); }

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