Html Css Color HEX #8F8CEC Portage

📋 copy color: '#8F8CEC'

red 143 ◦ green 140 ◦ blue 236

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

Shades of Portage #8F8CEC

Tints of Portage #8F8CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 27.55%
G = 26.97%
B = 45.47%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F8CEC (or 0x8F8CEC) is known color: Portage. HEX triplet: 8F, 8C and EC. RGB value is (143,140,236). Sum of RGB (Red+Green+Blue) = 143+140+236=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CEC is #707313. Grayscale: #979797. Windows color (decimal): -7369492 or 15502479. OLE color: 15502479.

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

Color convert

RGB 143 140 236 -
CMYK 0.39 0.41 0 0.07
HSL 241.88º 0.72% 0.74% -
HSV(B) 241.88º 0.41% 0.93% -
XYZ 35.85 30.65 83.38 -
YUV 151.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 143 140 236 0.39 0.41 0 0.07 241.88 0.72 0.74
Hex 8F 8C EC 27 29 0 7 F2 48 4A
Octal 217 214 354 47 51 0 7 362 110 112
Binary 10001111 10001100 11101100 100111 101001 0 111 11110010 1001000 1001010

Color Harmonies of #8F8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CEC

Black with #8F8CEC

Text Example


Text Example

White with #8F8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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