Html Css Color HEX #8E8FDD Portage

📋 copy color: '#8E8FDD'

red 142 ◦ green 143 ◦ blue 221

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

Shades of Portage #8E8FDD

Tints of Portage #8E8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 28.06%
G = 28.26%
B = 43.68%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E8FDD (or 0x8E8FDD) is known color: Portage. HEX triplet: 8E, 8F and DD. RGB value is (142,143,221). Sum of RGB (Red+Green+Blue) = 142+143+221=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8FDD is #717022. Grayscale: #979797. Windows color (decimal): -7434275 or 14520206. OLE color: 14520206.

HSL color Cylindrical-coordinate representation of color #8E8FDD: hue angle of 239.24º degrees, saturation: 0.54, 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 #8E8FDD is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 143 221 -
CMYK 0.36 0.35 0 0.13
HSL 239.24º 0.54% 0.71% -
HSV(B) 239.24º 0.36% 0.87% -
XYZ 34.03 30.62 72.52 -
YUV 151.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 142 143 221 0.36 0.35 0 0.13 239.24 0.54 0.71
Hex 8E 8F DD 24 23 0 D EF 36 47
Octal 216 217 335 44 43 0 15 357 66 107
Binary 10001110 10001111 11011101 100100 100011 0 1101 11101111 110110 1000111

Color Harmonies of #8E8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8FDD

Black with #8E8FDD

Text Example


Text Example

White with #8E8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,143,221); }

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

background-color css

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

 a { background-color: rgb(142,143,221); }

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

border-color css

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

 span { border-color: rgb(142,143,221); }

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