Html Css Color HEX #8F8EEB Portage

📋 copy color: '#8F8EEB'

red 143 ◦ green 142 ◦ blue 235

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

Shades of Portage #8F8EEB

Tints of Portage #8F8EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.31%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 27.5%
G = 27.31%
B = 45.19%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F8EEB (or 0x8F8EEB) is known color: Portage. HEX triplet: 8F, 8E and EB. RGB value is (143,142,235). Sum of RGB (Red+Green+Blue) = 143+142+235=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8EEB is #707114. Grayscale: #989898. Windows color (decimal): -7368981 or 15437455. OLE color: 15437455.

HSL color Cylindrical-coordinate representation of color #8F8EEB: hue angle of 240.65º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F8EEB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 142 235 -
CMYK 0.39 0.40 0 0.08
HSL 240.65º 0.7% 0.74% -
HSV(B) 240.65º 0.4% 0.92% -
XYZ 36 31.18 82.72 -
YUV 152.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 143 142 235 0.39 0.40 0 0.08 240.65 0.7 0.74
Hex 8F 8E EB 27 28 0 8 F1 46 4A
Octal 217 216 353 47 50 0 10 361 106 112
Binary 10001111 10001110 11101011 100111 101000 0 1000 11110001 1000110 1001010

Color Harmonies of #8F8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8EEB

Black with #8F8EEB

Text Example


Text Example

White with #8F8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,142,235); }

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

background-color css

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

 a { background-color: rgb(143,142,235); }

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

border-color css

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

 span { border-color: rgb(143,142,235); }

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