#818fdb

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

Shades of Portage #818FDB

Tints of Portage #818FDB

Color information

#818FDB (or 0x818FDB) is unknown color: approx Portage. HEX triplet: 81, 8F and DB. RGB value is (129,143,219). Sum of RGB (Red+Green+Blue) = 129+143+219=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #818FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FDB is #7E7024. Grayscale: #939393. Windows color (decimal): -8286245 or 14389121. OLE color: 14389121.

HSL color Cylindrical-coordinate representation of color #818FDB: hue angle of 230.67º degrees, saturation: 0.56, 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 #818FDB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129143219-
CMYK0.410.3500.14
HSL230.67º55.56%68.24%-
HSV(B)230.67º41.1%85.88%-
XYZ31.6629.4371.03-
YUV147.48168.36114.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=26.27%
G=29.12%
B=44.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291432190.410.3500.14230.6755.5668.24
Hex818FDB29230Ee73844
Octal201217333514301634770104
Binary10000001100011111101101110100110001101110111001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818fdb; }

 p { color: rgb(129,143,219); }

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

<style>
 a { background-color: #818fdb; }

 a { background-color: rgb(129,143,219); }

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

<style>
 span { border-color: #818fdb; }

 span { border-color: rgb(129,143,219); }

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