Html Css Color HEX #8488DC Portage

📋 copy color: '#8488DC'

red 132 ◦ green 136 ◦ blue 220

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

Shades of Portage #8488DC

Tints of Portage #8488DC

RGB

 RED value IS 132 (51.95% from 255) = 27.05%

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

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

R = 27.05%
G = 27.87%
B = 45.08%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8488DC (or 0x8488DC) is known color: Portage. HEX triplet: 84, 88 and DC. RGB value is (132,136,220). Sum of RGB (Red+Green+Blue) = 132+136+220=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8488DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488DC is #7B7723. Grayscale: #909090. Windows color (decimal): -8091428 or 14452868. OLE color: 14452868.

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

Color convert

RGB 132 136 220 -
CMYK 0.40 0.38 0 0.14
HSL 237.27º 0.56% 0.69% -
HSV(B) 237.27º 0.4% 0.86% -
XYZ 31.24 27.68 71.41 -
YUV 144.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 132 136 220 0.40 0.38 0 0.14 237.27 0.56 0.69
Hex 84 88 DC 28 26 0 E ED 38 45
Octal 204 210 334 50 46 0 16 355 70 105
Binary 10000100 10001000 11011100 101000 100110 0 1110 11101101 111000 1000101

Color Harmonies of #8488DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488DC

Black with #8488DC

Text Example


Text Example

White with #8488DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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