Html Css Color HEX #8E97FA Portage

📋 copy color: '#8E97FA'

red 142 ◦ green 151 ◦ blue 250

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

Shades of Portage #8E97FA

Tints of Portage #8E97FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.81%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 26.15%
G = 27.81%
B = 46.04%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E97FA (or 0x8E97FA) is known color: Portage. HEX triplet: 8E, 97 and FA. RGB value is (142,151,250). Sum of RGB (Red+Green+Blue) = 142+151+250=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E97FA is #716805. Grayscale: #9F9F9F. Windows color (decimal): -7432198 or 16422798. OLE color: 16422798.

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

Color convert

RGB 142 151 250 -
CMYK 0.43 0.40 0 0.02
HSL 235º 0.92% 0.77% -
HSV(B) 235º 0.43% 0.98% -
XYZ 39.48 34.79 95.08 -
YUV 159.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 142 151 250 0.43 0.40 0 0.02 235 0.92 0.77
Hex 8E 97 FA 2B 28 0 2 EB 5C 4D
Octal 216 227 372 53 50 0 2 353 134 115
Binary 10001110 10010111 11111010 101011 101000 0 10 11101011 1011100 1001101

Color Harmonies of #8E97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E97FA

Black with #8E97FA

Text Example


Text Example

White with #8E97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,250); }

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

background-color css

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

 a { background-color: rgb(142,151,250); }

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

border-color css

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

 span { border-color: rgb(142,151,250); }

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