#819CF1

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

Shades of Portage #819CF1

Tints of Portage #819CF1

Color information

#819CF1 (or 0x819CF1) is unknown color: approx Portage. HEX triplet: 81, 9C and F1. RGB value is (129,156,241). Sum of RGB (Red+Green+Blue) = 129+156+241=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #819CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CF1 is #7E630E. Grayscale: #9D9D9D. Windows color (decimal): -8282895 or 15834241. OLE color: 15834241.

HSL color Cylindrical-coordinate representation of color #819CF1: hue angle of 225.54º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819CF1 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129156241-
CMYK0.460.3500.05
HSL225.54º80%72.55%-
HSV(B)225.54º46.47%94.51%-
XYZ36.8234.7987.99-
YUV157.62175.05107.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.52%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=24.52%
G=29.66%
B=45.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291562410.460.3500.05225.548072.55
Hex819CF12E2305e25049
Octal201234361564305342120111
Binary10000001100111001111000110111010001101011110001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,156,241); }

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

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

 a { background-color: rgb(129,156,241); }

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

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

 span { border-color: rgb(129,156,241); }

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