Html Css Color HEX #8E94DF Portage

📋 copy color: '#8E94DF'

red 142 ◦ green 148 ◦ blue 223

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

Shades of Portage #8E94DF

Tints of Portage #8E94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 27.68%
G = 28.85%
B = 43.47%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E94DF (or 0x8E94DF) is known color: Portage. HEX triplet: 8E, 94 and DF. RGB value is (142,148,223). Sum of RGB (Red+Green+Blue) = 142+148+223=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94DF is #716B20. Grayscale: #9A9A9A. Windows color (decimal): -7432993 or 14652558. OLE color: 14652558.

HSL color Cylindrical-coordinate representation of color #8E94DF: hue angle of 235.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E94DF is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 148 223 -
CMYK 0.36 0.34 0 0.13
HSL 235.56º 0.56% 0.72% -
HSV(B) 235.56º 0.36% 0.87% -
XYZ 35.06 32.26 74.19 -
YUV 154.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 142 148 223 0.36 0.34 0 0.13 235.56 0.56 0.72
Hex 8E 94 DF 24 22 0 D EC 38 48
Octal 216 224 337 44 42 0 15 354 70 110
Binary 10001110 10010100 11011111 100100 100010 0 1101 11101100 111000 1001000

Color Harmonies of #8E94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E94DF

Black with #8E94DF

Text Example


Text Example

White with #8E94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,223); }

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

background-color css

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

 a { background-color: rgb(142,148,223); }

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

border-color css

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

 span { border-color: rgb(142,148,223); }

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