#8DA4FD

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

Shades of Portage #8DA4FD

Tints of Portage #8DA4FD

Color information

#8DA4FD (or 0x8DA4FD) is unknown color: approx Portage. HEX triplet: 8D, A4 and FD. RGB value is (141,164,253). Sum of RGB (Red+Green+Blue) = 141+164+253=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DA4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA4FD is #725B02. Grayscale: #A6A6A6. Windows color (decimal): -7494403 or 16622733. OLE color: 16622733.

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

Color convert

RGB141164253-
CMYK0.440.3500.01
HSL227.68º96.55%77.25%-
HSV(B)227.68º44.27%99.22%-
XYZ41.9939.3198.3-
YUV167.27176.38109.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.27%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=25.27%
G=29.39%
B=45.34%

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
Decimal1411642530.440.3500.01227.6896.5577.25
Hex8DA4FD2C2301e4614d
Octal215244375544301344141115
Binary100011011010010011111101101100100011011110010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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