Html Css Color HEX #8886EA Portage

📋 copy color: '#8886EA'

red 136 ◦ green 134 ◦ blue 234

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

Shades of Portage #8886EA

Tints of Portage #8886EA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.59%

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

R = 26.98%
G = 26.59%
B = 46.43%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8886EA (or 0x8886EA) is known color: Portage. HEX triplet: 88, 86 and EA. RGB value is (136,134,234). Sum of RGB (Red+Green+Blue) = 136+134+234=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #8886EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8886EA is #777915. Grayscale: #919191. Windows color (decimal): -7829782 or 15369864. OLE color: 15369864.

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

Color convert

RGB 136 134 234 -
CMYK 0.42 0.43 0 0.08
HSL 241.2º 0.7% 0.72% -
HSV(B) 241.2º 0.43% 0.92% -
XYZ 33.53 28.22 81.52 -
YUV 146 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 136 134 234 0.42 0.43 0 0.08 241.2 0.7 0.72
Hex 88 86 EA 2A 2B 0 8 F1 46 48
Octal 210 206 352 52 53 0 10 361 106 110
Binary 10001000 10000110 11101010 101010 101011 0 1000 11110001 1000110 1001000

Color Harmonies of #8886EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8886EA

Black with #8886EA

Text Example


Text Example

White with #8886EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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