Html Css Color HEX #8F8EDD Portage

📋 copy color: '#8F8EDD'

red 143 ◦ green 142 ◦ blue 221

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

Shades of Portage #8F8EDD

Tints of Portage #8F8EDD

RGB

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

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

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

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

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F8EDD (or 0x8F8EDD) is known color: Portage. HEX triplet: 8F, 8E and DD. RGB value is (143,142,221). Sum of RGB (Red+Green+Blue) = 143+142+221=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 142 (55.86% from 255 or 28.06% 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 #8F8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EDD is #707122. Grayscale: #969696. Windows color (decimal): -7368995 or 14519951. OLE color: 14519951.

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

Color convert

RGB 143 142 221 -
CMYK 0.35 0.36 0 0.13
HSL 240.76º 0.54% 0.71% -
HSV(B) 240.76º 0.36% 0.87% -
XYZ 34.05 30.41 72.48 -
YUV 151.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 143 142 221 0.35 0.36 0 0.13 240.76 0.54 0.71
Hex 8F 8E DD 23 24 0 D F1 36 47
Octal 217 216 335 43 44 0 15 361 66 107
Binary 10001111 10001110 11011101 100011 100100 0 1101 11110001 110110 1000111

Color Harmonies of #8F8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8EDD

Black with #8F8EDD

Text Example


Text Example

White with #8F8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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