#8DA6FD

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

Shades of Portage #8DA6FD

Tints of Portage #8DA6FD

Color information

#8DA6FD (or 0x8DA6FD) is unknown color: approx Portage. HEX triplet: 8D, A6 and FD. RGB value is (141,166,253). Sum of RGB (Red+Green+Blue) = 141+166+253=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DA6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6FD is #725902. Grayscale: #A8A8A8. Windows color (decimal): -7493891 or 16623245. OLE color: 16623245.

HSL color Cylindrical-coordinate representation of color #8DA6FD: hue angle of 226.61º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA6FD is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141166253-
CMYK0.440.3400.01
HSL226.61º96.55%77.25%-
HSV(B)226.61º44.27%99.22%-
XYZ42.3540.0398.42-
YUV168.44175.72108.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.18%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=25.18%
G=29.64%
B=45.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411662530.440.3400.01226.6196.5577.25
Hex8DA6FD2C2201e3614d
Octal215246375544201343141115
Binary100011011010011011111101101100100010011110001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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