Html Css Color HEX #8F8BE6 Portage

📋 copy color: '#8F8BE6'

red 143 ◦ green 139 ◦ blue 230

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

Shades of Portage #8F8BE6

Tints of Portage #8F8BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 27.93%
G = 27.15%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8F8BE6 (or 0x8F8BE6) is known color: Portage. HEX triplet: 8F, 8B and E6. RGB value is (143,139,230). Sum of RGB (Red+Green+Blue) = 143+139+230=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F8BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8BE6 is #707419. Grayscale: #969696. Windows color (decimal): -7369754 or 15109007. OLE color: 15109007.

HSL color Cylindrical-coordinate representation of color #8F8BE6: hue angle of 242.64º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F8BE6 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 139 230 -
CMYK 0.38 0.40 0 0.10
HSL 242.64º 0.65% 0.72% -
HSV(B) 242.64º 0.4% 0.9% -
XYZ 34.84 30.02 78.82 -
YUV 150.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 143 139 230 0.38 0.40 0 0.10 242.64 0.65 0.72
Hex 8F 8B E6 26 28 0 A F3 41 48
Octal 217 213 346 46 50 0 12 363 101 110
Binary 10001111 10001011 11100110 100110 101000 0 1010 11110011 1000001 1001000

Color Harmonies of #8F8BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8BE6

Black with #8F8BE6

Text Example


Text Example

White with #8F8BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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