#819DF6

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

Shades of Portage #819DF6

Tints of Portage #819DF6

Color information

#819DF6 (or 0x819DF6) is unknown color: approx Portage. HEX triplet: 81, 9D and F6. RGB value is (129,157,246). Sum of RGB (Red+Green+Blue) = 129+157+246=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #819DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DF6 is #7E6209. Grayscale: #9E9E9E. Windows color (decimal): -8282634 or 16162177. OLE color: 16162177.

HSL color Cylindrical-coordinate representation of color #819DF6: hue angle of 225.64º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819DF6 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129157246-
CMYK0.480.3600.04
HSL225.64º86.67%73.53%-
HSV(B)225.64º47.56%96.47%-
XYZ37.7435.4392.04-
YUV158.77177.22106.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.25%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 246 (96.48% from 255) = 46.24%
R=24.25%
G=29.51%
B=46.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291572460.480.3600.04225.6486.6773.53
Hex819DF6302404e2574a
Octal201235366604404342127112
Binary10000001100111011111011011000010010001001110001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819DF6; }

 p { color: rgb(129,157,246); }

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

<style>
 a { background-color: #819DF6; }

 a { background-color: rgb(129,157,246); }

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

<style>
 span { border-color: #819DF6; }

 span { border-color: rgb(129,157,246); }

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