Html Css Color HEX #8C89EA Portage

📋 copy color: '#8C89EA'

red 140 ◦ green 137 ◦ blue 234

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

Shades of Portage #8C89EA

Tints of Portage #8C89EA

RGB

 RED value IS 140 (55.08% from 255) = 27.4%

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 27.4%
G = 26.81%
B = 45.79%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C89EA (or 0x8C89EA) is known color: Portage. HEX triplet: 8C, 89 and EA. RGB value is (140,137,234). Sum of RGB (Red+Green+Blue) = 140+137+234=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89EA is #737615. Grayscale: #949494. Windows color (decimal): -7566870 or 15370636. OLE color: 15370636.

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

Color convert

RGB 140 137 234 -
CMYK 0.40 0.41 0 0.08
HSL 241.86º 0.7% 0.73% -
HSV(B) 241.86º 0.41% 0.92% -
XYZ 34.61 29.41 81.69 -
YUV 148.96 175.99 121.61 -
System Red Green Blue C M Y K H S L
Decimal 140 137 234 0.40 0.41 0 0.08 241.86 0.7 0.73
Hex 8C 89 EA 28 29 0 8 F2 46 49
Octal 214 211 352 50 51 0 10 362 106 111
Binary 10001100 10001001 11101010 101000 101001 0 1000 11110010 1000110 1001001

Color Harmonies of #8C89EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C89EA

Black with #8C89EA

Text Example


Text Example

White with #8C89EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,137,234); }

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

background-color css

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

 a { background-color: rgb(140,137,234); }

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

border-color css

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

 span { border-color: rgb(140,137,234); }

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