Html Css Color HEX #8F8DED Portage

📋 copy color: '#8F8DED'

red 143 ◦ green 141 ◦ blue 237

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

Shades of Portage #8F8DED

Tints of Portage #8F8DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.06%

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

R = 27.45%
G = 27.06%
B = 45.49%

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

#8F8DED (or 0x8F8DED) is known color: Portage. HEX triplet: 8F, 8D and ED. RGB value is (143,141,237). Sum of RGB (Red+Green+Blue) = 143+141+237=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8DED is #707212. Grayscale: #989898. Windows color (decimal): -7369235 or 15568271. OLE color: 15568271.

HSL color Cylindrical-coordinate representation of color #8F8DED: hue angle of 241.25º 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 #8F8DED is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 141 237 -
CMYK 0.40 0.41 0 0.07
HSL 241.25º 0.73% 0.74% -
HSV(B) 241.25º 0.41% 0.93% -
XYZ 36.14 31 84.2 -
YUV 152.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 143 141 237 0.40 0.41 0 0.07 241.25 0.73 0.74
Hex 8F 8D ED 28 29 0 7 F1 49 4A
Octal 217 215 355 50 51 0 7 361 111 112
Binary 10001111 10001101 11101101 101000 101001 0 111 11110001 1001001 1001010

Color Harmonies of #8F8DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8DED

Black with #8F8DED

Text Example


Text Example

White with #8F8DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,141,237); }

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

background-color css

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

 a { background-color: rgb(143,141,237); }

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

border-color css

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

 span { border-color: rgb(143,141,237); }

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