Html Css Color HEX #8F8BEF Portage

📋 copy color: '#8F8BEF'

red 143 ◦ green 139 ◦ blue 239

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

Shades of Portage #8F8BEF

Tints of Portage #8F8BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.68%

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

R = 27.45%
G = 26.68%
B = 45.87%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F8BEF (or 0x8F8BEF) is known color: Portage. HEX triplet: 8F, 8B and EF. RGB value is (143,139,239). Sum of RGB (Red+Green+Blue) = 143+139+239=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8BEF is #707410. Grayscale: #979797. Windows color (decimal): -7369745 or 15698831. OLE color: 15698831.

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

Color convert

RGB 143 139 239 -
CMYK 0.40 0.42 0 0.06
HSL 242.4º 0.76% 0.74% -
HSV(B) 242.4º 0.42% 0.94% -
XYZ 36.14 30.54 85.65 -
YUV 151.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 143 139 239 0.40 0.42 0 0.06 242.4 0.76 0.74
Hex 8F 8B EF 28 2A 0 6 F2 4C 4A
Octal 217 213 357 50 52 0 6 362 114 112
Binary 10001111 10001011 11101111 101000 101010 0 110 11110010 1001100 1001010

Color Harmonies of #8F8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8BEF

Black with #8F8BEF

Text Example


Text Example

White with #8F8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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