#8DA4FA

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

Shades of Portage #8DA4FA

Tints of Portage #8DA4FA

Color information

#8DA4FA (or 0x8DA4FA) is unknown color: approx Portage. HEX triplet: 8D, A4 and FA. RGB value is (141,164,250). Sum of RGB (Red+Green+Blue) = 141+164+250=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DA4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA4FA is #725B05. Grayscale: #A6A6A6. Windows color (decimal): -7494406 or 16426125. OLE color: 16426125.

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

Color convert

RGB141164250-
CMYK0.440.3400.02
HSL227.34º91.6%76.67%-
HSV(B)227.34º43.6%98.04%-
XYZ41.5239.1295.8-
YUV166.93174.88109.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=25.41%
G=29.55%
B=45.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411642500.440.3400.02227.3491.676.67
Hex8DA4FA2C2202e35c4d
Octal215244372544202343134115
Binary1000110110100100111110101011001000100101110001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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