Html Css Color HEX #8885E1 Portage

📋 copy color: '#8885E1'

red 136 ◦ green 133 ◦ blue 225

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

Shades of Portage #8885E1

Tints of Portage #8885E1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.92%

 BLUE value IS 225 (88.28% from 255) = 45.55%

R = 27.53%
G = 26.92%
B = 45.55%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8885E1 (or 0x8885E1) is known color: Portage. HEX triplet: 88, 85 and E1. RGB value is (136,133,225). Sum of RGB (Red+Green+Blue) = 136+133+225=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #8885E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885E1 is #777A1E. Grayscale: #909090. Windows color (decimal): -7830047 or 14779784. OLE color: 14779784.

HSL color Cylindrical-coordinate representation of color #8885E1: hue angle of 241.96º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8885E1 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 133 225 -
CMYK 0.40 0.41 0 0.12
HSL 241.96º 0.61% 0.7% -
HSV(B) 241.96º 0.41% 0.88% -
XYZ 32.13 27.45 74.84 -
YUV 144.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 136 133 225 0.40 0.41 0 0.12 241.96 0.61 0.7
Hex 88 85 E1 28 29 0 C F2 3D 46
Octal 210 205 341 50 51 0 14 362 75 106
Binary 10001000 10000101 11100001 101000 101001 0 1100 11110010 111101 1000110

Color Harmonies of #8885E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8885E1

Black with #8885E1

Text Example


Text Example

White with #8885E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8885E1; }

 p { color: rgb(136,133,225); }

 H1.HeaderClassName
 {
   color: #8885E1;
 }
 .AnyTagClassName
 {
   color: #8885E1;
 }
</style>

background-color css

<style>
 a { background-color: #8885E1; }

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

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

border-color css

<style>
 span { border-color: #8885E1; }

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

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