#819bf6

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

Shades of Portage #819BF6

Tints of Portage #819BF6

Color information

#819BF6 (or 0x819BF6) is unknown color: approx Portage. HEX triplet: 81, 9B and F6. RGB value is (129,155,246). Sum of RGB (Red+Green+Blue) = 129+155+246=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #819BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BF6 is #7E6409. Grayscale: #9D9D9D. Windows color (decimal): -8283146 or 16161665. OLE color: 16161665.

HSL color Cylindrical-coordinate representation of color #819BF6: hue angle of 226.67º 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 #819BF6 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129155246-
CMYK0.480.3700.04
HSL226.67º86.67%73.53%-
HSV(B)226.67º47.56%96.47%-
XYZ37.4134.7691.93-
YUV157.6177.89107.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.34%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=24.34%
G=29.25%
B=46.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291552460.480.3700.04226.6786.6773.53
Hex819BF6302504e3574a
Octal201233366604504343127112
Binary10000001100110111111011011000010010101001110001110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819bf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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