Html Css Color HEX #8DA5EC Portage

📋 copy color: '#8DA5EC'

red 141 ◦ green 165 ◦ blue 236

#8DA5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8DA5EC

Tints of Portage #8DA5EC

RGB

 RED value IS 141 (55.47% from 255) = 26.01%

 GREEN value IS 165 (64.84% from 255) = 30.44%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 26.01%
G = 30.44%
B = 43.54%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DA5EC (or 0x8DA5EC) is known color: Portage. HEX triplet: 8D, A5 and EC. RGB value is (141,165,236). Sum of RGB (Red+Green+Blue) = 141+165+236=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5EC is #725A13. Grayscale: #A5A5A5. Windows color (decimal): -7494164 or 15508877. OLE color: 15508877.

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

Color convert

RGB 141 165 236 -
CMYK 0.40 0.30 0 0.07
HSL 224.84º 0.71% 0.74% -
HSV(B) 224.84º 0.4% 0.93% -
XYZ 39.58 38.63 84.73 -
YUV 165.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 141 165 236 0.40 0.30 0 0.07 224.84 0.71 0.74
Hex 8D A5 EC 28 1E 0 7 E1 47 4A
Octal 215 245 354 50 36 0 7 341 107 112
Binary 10001101 10100101 11101100 101000 11110 0 111 11100001 1000111 1001010

Color Harmonies of #8DA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA5EC

Black with #8DA5EC

Text Example


Text Example

White with #8DA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DA5EC;
 }
 .AnyTagClassName
 {
   color: #8DA5EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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