#8DA6FE

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

Shades of Portage #8DA6FE

Tints of Portage #8DA6FE

Color information

#8DA6FE (or 0x8DA6FE) is unknown color: approx Portage. HEX triplet: 8D, A6 and FE. RGB value is (141,166,254). Sum of RGB (Red+Green+Blue) = 141+166+254=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DA6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6FE is #725901. Grayscale: #A8A8A8. Windows color (decimal): -7493890 or 16688781. OLE color: 16688781.

HSL color Cylindrical-coordinate representation of color #8DA6FE: hue angle of 226.73º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA6FE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141166254-
CMYK0.440.3500.00
HSL226.73º98.26%77.45%-
HSV(B)226.73º44.49%99.61%-
XYZ42.5140.0999.26-
YUV168.56176.22108.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=25.13%
G=29.59%
B=45.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411662540.440.3500.00226.7398.2677.45
Hex8DA6FE2C2300e3624d
Octal215246376544300343142115
Binary100011011010011011111110101100100011001110001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA6FE; }

 p { color: rgb(141,166,254); }

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

<style>
 a { background-color: #8DA6FE; }

 a { background-color: rgb(141,166,254); }

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

<style>
 span { border-color: #8DA6FE; }

 span { border-color: rgb(141,166,254); }

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