#8DA7ED

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

Shades of Portage #8DA7ED

Tints of Portage #8DA7ED

Color information

#8DA7ED (or 0x8DA7ED) is unknown color: approx Portage. HEX triplet: 8D, A7 and ED. RGB value is (141,167,237). Sum of RGB (Red+Green+Blue) = 141+167+237=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DA7ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA7ED is #725812. Grayscale: #A6A6A6. Windows color (decimal): -7493651 or 15574925. OLE color: 15574925.

HSL color Cylindrical-coordinate representation of color #8DA7ED: hue angle of 223.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DA7ED is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141167237-
CMYK0.410.3000.07
HSL223.75º72.73%74.12%-
HSV(B)223.75º40.51%92.94%-
XYZ40.0939.4185.62-
YUV167.21167.39109.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.87%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=25.87%
G=30.64%
B=43.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411672370.410.3000.07223.7572.7374.12
Hex8DA7ED291E07e0494a
Octal215247355513607340111112
Binary1000110110100111111011011010011111001111110000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,167,237); }

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

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

 a { background-color: rgb(141,167,237); }

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

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

 span { border-color: rgb(141,167,237); }

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