Html Css Color HEX #8988EA Portage

📋 copy color: '#8988EA'

red 137 ◦ green 136 ◦ blue 234

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

Shades of Portage #8988EA

Tints of Portage #8988EA

RGB

 RED value IS 137 (53.91% from 255) = 27.02%

 GREEN value IS 136 (53.52% from 255) = 26.82%

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

R = 27.02%
G = 26.82%
B = 46.15%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8988EA (or 0x8988EA) is known color: Portage. HEX triplet: 89, 88 and EA. RGB value is (137,136,234). Sum of RGB (Red+Green+Blue) = 137+136+234=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #8988EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8988EA is #767715. Grayscale: #939393. Windows color (decimal): -7763734 or 15370377. OLE color: 15370377.

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

Color convert

RGB 137 136 234 -
CMYK 0.41 0.42 0 0.08
HSL 240.61º 0.7% 0.73% -
HSV(B) 240.61º 0.42% 0.92% -
XYZ 33.97 28.87 81.62 -
YUV 147.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 137 136 234 0.41 0.42 0 0.08 240.61 0.7 0.73
Hex 89 88 EA 29 2A 0 8 F1 46 49
Octal 211 210 352 51 52 0 10 361 106 111
Binary 10001001 10001000 11101010 101001 101010 0 1000 11110001 1000110 1001001

Color Harmonies of #8988EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8988EA

Black with #8988EA

Text Example


Text Example

White with #8988EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8988EA; }

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

 H1.HeaderClassName
 {
   color: #8988EA;
 }
 .AnyTagClassName
 {
   color: #8988EA;
 }
</style>

background-color css

<style>
 a { background-color: #8988EA; }

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

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

border-color css

<style>
 span { border-color: #8988EA; }

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

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