Html Css Color HEX #8E95DE Portage

📋 copy color: '#8E95DE'

red 142 ◦ green 149 ◦ blue 222

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

Shades of Portage #8E95DE

Tints of Portage #8E95DE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 27.68%
G = 29.04%
B = 43.27%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E95DE (or 0x8E95DE) is known color: Portage. HEX triplet: 8E, 95 and DE. RGB value is (142,149,222). Sum of RGB (Red+Green+Blue) = 142+149+222=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E95DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95DE is #716A21. Grayscale: #9A9A9A. Windows color (decimal): -7432738 or 14587278. OLE color: 14587278.

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

Color convert

RGB 142 149 222 -
CMYK 0.36 0.33 0 0.13
HSL 234.75º 0.55% 0.71% -
HSV(B) 234.75º 0.36% 0.87% -
XYZ 35.09 32.52 73.53 -
YUV 155.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 142 149 222 0.36 0.33 0 0.13 234.75 0.55 0.71
Hex 8E 95 DE 24 21 0 D EB 37 47
Octal 216 225 336 44 41 0 15 353 67 107
Binary 10001110 10010101 11011110 100100 100001 0 1101 11101011 110111 1000111

Color Harmonies of #8E95DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E95DE

Black with #8E95DE

Text Example


Text Example

White with #8E95DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,222); }

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

background-color css

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

 a { background-color: rgb(142,149,222); }

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

border-color css

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

 span { border-color: rgb(142,149,222); }

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