Html Css Color HEX #8888DC Portage

📋 copy color: '#8888DC'

red 136 ◦ green 136 ◦ blue 220

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

Shades of Portage #8888DC

Tints of Portage #8888DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 27.64%
G = 27.64%
B = 44.72%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8888DC (or 0x8888DC) is known color: Portage. HEX triplet: 88, 88 and DC. RGB value is (136,136,220). Sum of RGB (Red+Green+Blue) = 136+136+220=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8888DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888DC is #777723. Grayscale: #919191. Windows color (decimal): -7829284 or 14452872. OLE color: 14452872.

HSL color Cylindrical-coordinate representation of color #8888DC: hue angle of 240º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8888DC is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 136 220 -
CMYK 0.38 0.38 0 0.14
HSL 240º 0.55% 0.7% -
HSV(B) 240º 0.38% 0.86% -
XYZ 31.88 28.01 71.44 -
YUV 145.58 170 121.17 -
System Red Green Blue C M Y K H S L
Decimal 136 136 220 0.38 0.38 0 0.14 240 0.55 0.7
Hex 88 88 DC 26 26 0 E F0 37 46
Octal 210 210 334 46 46 0 16 360 67 106
Binary 10001000 10001000 11011100 100110 100110 0 1110 11110000 110111 1000110

Color Harmonies of #8888DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8888DC

Black with #8888DC

Text Example


Text Example

White with #8888DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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