#8DA5FD

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

Shades of Portage #8DA5FD

Tints of Portage #8DA5FD

Color information

#8DA5FD (or 0x8DA5FD) is unknown color: approx Portage. HEX triplet: 8D, A5 and FD. RGB value is (141,165,253). Sum of RGB (Red+Green+Blue) = 141+165+253=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5FD is #725A02. Grayscale: #A7A7A7. Windows color (decimal): -7494147 or 16622989. OLE color: 16622989.

HSL color Cylindrical-coordinate representation of color #8DA5FD: hue angle of 227.14º 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 #8DA5FD is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141165253-
CMYK0.440.3500.01
HSL227.14º96.55%77.25%-
HSV(B)227.14º44.27%99.22%-
XYZ42.1739.6698.36-
YUV167.86176.05108.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=25.22%
G=29.52%
B=45.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411652530.440.3500.01227.1496.5577.25
Hex8DA5FD2C2301e3614d
Octal215245375544301343141115
Binary100011011010010111111101101100100011011110001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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