#819ACF

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

Shades of Portage #819ACF

Tints of Portage #819ACF

Color information

#819ACF (or 0x819ACF) is unknown color: approx Portage. HEX triplet: 81, 9A and CF. RGB value is (129,154,207). Sum of RGB (Red+Green+Blue) = 129+154+207=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #819ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ACF is #7E6530. Grayscale: #989898. Windows color (decimal): -8283441 or 13605505. OLE color: 13605505.

HSL color Cylindrical-coordinate representation of color #819ACF: hue angle of 220.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #819ACF is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129154207-
CMYK0.380.2600.19
HSL220.77º44.83%65.88%-
HSV(B)220.77º37.68%81.18%-
XYZ31.8732.2863.58-
YUV152.57158.72111.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=26.33%
G=31.43%
B=42.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291542070.380.2600.19220.7744.8365.88
Hex819ACF261A013dd2d42
Octal201232317463202333555102
Binary10000001100110101100111110011011010010011110111011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,154,207); }

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

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

 a { background-color: rgb(129,154,207); }

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

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

 span { border-color: rgb(129,154,207); }

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