Html Css Color HEX #8EA8ED Portage

📋 copy color: '#8EA8ED'

red 142 ◦ green 168 ◦ blue 237

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

Shades of Portage #8EA8ED

Tints of Portage #8EA8ED

RGB

 RED value IS 142 (55.86% from 255) = 25.96%

 GREEN value IS 168 (66.02% from 255) = 30.71%

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 25.96%
G = 30.71%
B = 43.33%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EA8ED (or 0x8EA8ED) is known color: Portage. HEX triplet: 8E, A8 and ED. RGB value is (142,168,237). Sum of RGB (Red+Green+Blue) = 142+168+237=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA8ED is #715712. Grayscale: #A7A7A7. Windows color (decimal): -7427859 or 15575182. OLE color: 15575182.

HSL color Cylindrical-coordinate representation of color #8EA8ED: hue angle of 223.58º degrees, saturation: 0.73, 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 #8EA8ED is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 168 237 -
CMYK 0.40 0.29 0 0.07
HSL 223.58º 0.73% 0.74% -
HSV(B) 223.58º 0.4% 0.93% -
XYZ 40.44 39.87 85.68 -
YUV 168.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 142 168 237 0.40 0.29 0 0.07 223.58 0.73 0.74
Hex 8E A8 ED 28 1D 0 7 E0 49 4A
Octal 216 250 355 50 35 0 7 340 111 112
Binary 10001110 10101000 11101101 101000 11101 0 111 11100000 1001001 1001010

Color Harmonies of #8EA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA8ED

Black with #8EA8ED

Text Example


Text Example

White with #8EA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,168,237); }

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

background-color css

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

 a { background-color: rgb(142,168,237); }

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

border-color css

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

 span { border-color: rgb(142,168,237); }

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