Html Css Color HEX #8F8CEF Portage

📋 copy color: '#8F8CEF'

red 143 ◦ green 140 ◦ blue 239

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

Shades of Portage #8F8CEF

Tints of Portage #8F8CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 27.39%
G = 26.82%
B = 45.79%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F8CEF (or 0x8F8CEF) is known color: Portage. HEX triplet: 8F, 8C and EF. RGB value is (143,140,239). Sum of RGB (Red+Green+Blue) = 143+140+239=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CEF is #707310. Grayscale: #979797. Windows color (decimal): -7369489 or 15699087. OLE color: 15699087.

HSL color Cylindrical-coordinate representation of color #8F8CEF: hue angle of 241.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F8CEF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 140 239 -
CMYK 0.40 0.41 0 0.06
HSL 241.82º 0.76% 0.74% -
HSV(B) 241.82º 0.41% 0.94% -
XYZ 36.29 30.83 85.7 -
YUV 152.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 143 140 239 0.40 0.41 0 0.06 241.82 0.76 0.74
Hex 8F 8C EF 28 29 0 6 F2 4C 4A
Octal 217 214 357 50 51 0 6 362 114 112
Binary 10001111 10001100 11101111 101000 101001 0 110 11110010 1001100 1001010

Color Harmonies of #8F8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CEF

Black with #8F8CEF

Text Example


Text Example

White with #8F8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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