Html Css Color HEX #8888EA Portage

📋 copy color: '#8888EA'

red 136 ◦ green 136 ◦ blue 234

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

Shades of Portage #8888EA

Tints of Portage #8888EA

RGB

 RED value IS 136 (53.52% from 255) = 26.88%

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

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

R = 26.88%
G = 26.88%
B = 46.25%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8888EA (or 0x8888EA) is known color: Portage. HEX triplet: 88, 88 and EA. RGB value is (136,136,234). Sum of RGB (Red+Green+Blue) = 136+136+234=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #8888EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8888EA is #777715. Grayscale: #929292. Windows color (decimal): -7829270 or 15370376. OLE color: 15370376.

HSL color Cylindrical-coordinate representation of color #8888EA: hue angle of 240º 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 #8888EA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 136 234 -
CMYK 0.42 0.42 0 0.08
HSL 240º 0.7% 0.73% -
HSV(B) 240º 0.42% 0.92% -
XYZ 33.81 28.78 81.62 -
YUV 147.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 136 136 234 0.42 0.42 0 0.08 240 0.7 0.73
Hex 88 88 EA 2A 2A 0 8 F0 46 49
Octal 210 210 352 52 52 0 10 360 106 111
Binary 10001000 10001000 11101010 101010 101010 0 1000 11110000 1000110 1001001

Color Harmonies of #8888EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8888EA

Black with #8888EA

Text Example


Text Example

White with #8888EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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