Html Css Color HEX #8F8CDF Portage

📋 copy color: '#8F8CDF'

red 143 ◦ green 140 ◦ blue 223

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

Shades of Portage #8F8CDF

Tints of Portage #8F8CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 28.26%
G = 27.67%
B = 44.07%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F8CDF (or 0x8F8CDF) is known color: Portage. HEX triplet: 8F, 8C and DF. RGB value is (143,140,223). Sum of RGB (Red+Green+Blue) = 143+140+223=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CDF is #707320. Grayscale: #969696. Windows color (decimal): -7369505 or 14650511. OLE color: 14650511.

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

Color convert

RGB 143 140 223 -
CMYK 0.36 0.37 0 0.13
HSL 242.17º 0.56% 0.71% -
HSV(B) 242.17º 0.37% 0.87% -
XYZ 34.03 29.92 73.79 -
YUV 150.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 143 140 223 0.36 0.37 0 0.13 242.17 0.56 0.71
Hex 8F 8C DF 24 25 0 D F2 38 47
Octal 217 214 337 44 45 0 15 362 70 107
Binary 10001111 10001100 11011111 100100 100101 0 1101 11110010 111000 1000111

Color Harmonies of #8F8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CDF

Black with #8F8CDF

Text Example


Text Example

White with #8F8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,140,223); }

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

background-color css

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

 a { background-color: rgb(143,140,223); }

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

border-color css

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

 span { border-color: rgb(143,140,223); }

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