Html Css Color HEX #8E8CED Portage

📋 copy color: '#8E8CED'

red 142 ◦ green 140 ◦ blue 237

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

Shades of Portage #8E8CED

Tints of Portage #8E8CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.97%

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

R = 27.36%
G = 26.97%
B = 45.66%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E8CED (or 0x8E8CED) is known color: Portage. HEX triplet: 8E, 8C and ED. RGB value is (142,140,237). Sum of RGB (Red+Green+Blue) = 142+140+237=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8CED is #717312. Grayscale: #979797. Windows color (decimal): -7435027 or 15568014. OLE color: 15568014.

HSL color Cylindrical-coordinate representation of color #8E8CED: hue angle of 241.24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E8CED is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 140 237 -
CMYK 0.40 0.41 0 0.07
HSL 241.24º 0.73% 0.74% -
HSV(B) 241.24º 0.41% 0.93% -
XYZ 35.82 30.62 84.14 -
YUV 151.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 142 140 237 0.40 0.41 0 0.07 241.24 0.73 0.74
Hex 8E 8C ED 28 29 0 7 F1 49 4A
Octal 216 214 355 50 51 0 7 361 111 112
Binary 10001110 10001100 11101101 101000 101001 0 111 11110001 1001001 1001010

Color Harmonies of #8E8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8CED

Black with #8E8CED

Text Example


Text Example

White with #8E8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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