Html Css Color HEX #8EA5F4 Portage

📋 copy color: '#8EA5F4'

red 142 ◦ green 165 ◦ blue 244

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

Shades of Portage #8EA5F4

Tints of Portage #8EA5F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.28%

R = 25.77%
G = 29.95%
B = 44.28%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8EA5F4 (or 0x8EA5F4) is known color: Portage. HEX triplet: 8E, A5 and F4. RGB value is (142,165,244). Sum of RGB (Red+Green+Blue) = 142+165+244=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #8EA5F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA5F4 is #715A0B. Grayscale: #A6A6A6. Windows color (decimal): -7428620 or 16033166. OLE color: 16033166.

HSL color Cylindrical-coordinate representation of color #8EA5F4: hue angle of 226.47º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EA5F4 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 165 244 -
CMYK 0.42 0.32 0 0.04
HSL 226.47º 0.82% 0.76% -
HSV(B) 226.47º 0.42% 0.96% -
XYZ 40.94 39.19 91 -
YUV 167.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 142 165 244 0.42 0.32 0 0.04 226.47 0.82 0.76
Hex 8E A5 F4 2A 20 0 4 E2 52 4C
Octal 216 245 364 52 40 0 4 342 122 114
Binary 10001110 10100101 11110100 101010 100000 0 100 11100010 1010010 1001100

Color Harmonies of #8EA5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA5F4

Black with #8EA5F4

Text Example


Text Example

White with #8EA5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,165,244); }

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

background-color css

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

 a { background-color: rgb(142,165,244); }

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

border-color css

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

 span { border-color: rgb(142,165,244); }

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