#8DA5FA

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

Shades of Portage #8DA5FA

Tints of Portage #8DA5FA

Color information

#8DA5FA (or 0x8DA5FA) is unknown color: approx Portage. HEX triplet: 8D, A5 and FA. RGB value is (141,165,250). Sum of RGB (Red+Green+Blue) = 141+165+250=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5FA is #725A05. Grayscale: #A7A7A7. Windows color (decimal): -7494150 or 16426381. OLE color: 16426381.

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

Color convert

RGB141165250-
CMYK0.440.3400.02
HSL226.79º91.6%76.67%-
HSV(B)226.79º43.6%98.04%-
XYZ41.6939.4895.86-
YUV167.51174.55109.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=25.36%
G=29.68%
B=44.96%

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
Decimal1411652500.440.3400.02226.7991.676.67
Hex8DA5FA2C2202e35c4d
Octal215245372544202343134115
Binary1000110110100101111110101011001000100101110001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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