#8DA5F9

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

Shades of Portage #8DA5F9

Tints of Portage #8DA5F9

Color information

#8DA5F9 (or 0x8DA5F9) is unknown color: approx Portage. HEX triplet: 8D, A5 and F9. RGB value is (141,165,249). Sum of RGB (Red+Green+Blue) = 141+165+249=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DA5F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5F9 is #725A06. Grayscale: #A7A7A7. Windows color (decimal): -7494151 or 16360845. OLE color: 16360845.

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

Color convert

RGB141165249-
CMYK0.430.3400.02
HSL226.67º90%76.47%-
HSV(B)226.67º43.37%97.65%-
XYZ41.5439.4195.04-
YUV167.4174.05109.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=25.41%
G=29.73%
B=44.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411652490.430.3400.02226.679076.47
Hex8DA5F92B2202e35a4c
Octal215245371534202343132114
Binary1000110110100101111110011010111000100101110001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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