Html Css Color HEX #8884DF Portage

📋 copy color: '#8884DF'

red 136 ◦ green 132 ◦ blue 223

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

Shades of Portage #8884DF

Tints of Portage #8884DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 27.7%
G = 26.88%
B = 45.42%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8884DF (or 0x8884DF) is known color: Portage. HEX triplet: 88, 84 and DF. RGB value is (136,132,223). Sum of RGB (Red+Green+Blue) = 136+132+223=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8884DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884DF is #777B20. Grayscale: #8F8F8F. Windows color (decimal): -7830305 or 14648456. OLE color: 14648456.

HSL color Cylindrical-coordinate representation of color #8884DF: hue angle of 242.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8884DF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 132 223 -
CMYK 0.39 0.41 0 0.13
HSL 242.64º 0.59% 0.7% -
HSV(B) 242.64º 0.41% 0.87% -
XYZ 31.72 27.06 73.36 -
YUV 143.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 136 132 223 0.39 0.41 0 0.13 242.64 0.59 0.7
Hex 88 84 DF 27 29 0 D F3 3B 46
Octal 210 204 337 47 51 0 15 363 73 106
Binary 10001000 10000100 11011111 100111 101001 0 1101 11110011 111011 1000110

Color Harmonies of #8884DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8884DF

Black with #8884DF

Text Example


Text Example

White with #8884DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8884DF; }

 p { color: rgb(136,132,223); }

 H1.HeaderClassName
 {
   color: #8884DF;
 }
 .AnyTagClassName
 {
   color: #8884DF;
 }
</style>

background-color css

<style>
 a { background-color: #8884DF; }

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

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

border-color css

<style>
 span { border-color: #8884DF; }

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

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