Html Css Color HEX #8F89ED Portage

📋 copy color: '#8F89ED'

red 143 ◦ green 137 ◦ blue 237

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

Shades of Portage #8F89ED

Tints of Portage #8F89ED

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.5%

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 27.66%
G = 26.5%
B = 45.84%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F89ED (or 0x8F89ED) is known color: Portage. HEX triplet: 8F, 89 and ED. RGB value is (143,137,237). Sum of RGB (Red+Green+Blue) = 143+137+237=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F89ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F89ED is #707612. Grayscale: #959595. Windows color (decimal): -7370259 or 15567247. OLE color: 15567247.

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

Color convert

RGB 143 137 237 -
CMYK 0.40 0.42 0 0.07
HSL 243.6º 0.74% 0.73% -
HSV(B) 243.6º 0.42% 0.93% -
XYZ 35.56 29.85 84.01 -
YUV 150.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 143 137 237 0.40 0.42 0 0.07 243.6 0.74 0.73
Hex 8F 89 ED 28 2A 0 7 F4 4A 49
Octal 217 211 355 50 52 0 7 364 112 111
Binary 10001111 10001001 11101101 101000 101010 0 111 11110100 1001010 1001001

Color Harmonies of #8F89ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F89ED

Black with #8F89ED

Text Example


Text Example

White with #8F89ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,137,237); }

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

background-color css

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

 a { background-color: rgb(143,137,237); }

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

border-color css

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

 span { border-color: rgb(143,137,237); }

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