#8DA3FA

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

Shades of Portage #8DA3FA

Tints of Portage #8DA3FA

Color information

#8DA3FA (or 0x8DA3FA) is unknown color: approx Portage. HEX triplet: 8D, A3 and FA. RGB value is (141,163,250). Sum of RGB (Red+Green+Blue) = 141+163+250=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DA3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA3FA is #725C05. Grayscale: #A5A5A5. Windows color (decimal): -7494662 or 16425869. OLE color: 16425869.

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

Color convert

RGB141163250-
CMYK0.440.3500.02
HSL227.89º91.6%76.67%-
HSV(B)227.89º43.6%98.04%-
XYZ41.3438.7695.75-
YUV166.34175.21109.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.45%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=25.45%
G=29.42%
B=45.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411632500.440.3500.02227.8991.676.67
Hex8DA3FA2C2302e45c4d
Octal215243372544302344134115
Binary1000110110100011111110101011001000110101110010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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