Html Css Color HEX #8490DC Portage

📋 copy color: '#8490DC'

red 132 ◦ green 144 ◦ blue 220

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

Shades of Portage #8490DC

Tints of Portage #8490DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.03%

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

R = 26.61%
G = 29.03%
B = 44.35%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8490DC (or 0x8490DC) is known color: Portage. HEX triplet: 84, 90 and DC. RGB value is (132,144,220). Sum of RGB (Red+Green+Blue) = 132+144+220=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #8490DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490DC is #7B6F23. Grayscale: #949494. Windows color (decimal): -8089380 or 14454916. OLE color: 14454916.

HSL color Cylindrical-coordinate representation of color #8490DC: hue angle of 231.82º 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 #8490DC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 144 220 -
CMYK 0.40 0.35 0 0.14
HSL 231.82º 0.56% 0.69% -
HSV(B) 231.82º 0.4% 0.86% -
XYZ 32.41 30.02 71.8 -
YUV 149.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 132 144 220 0.40 0.35 0 0.14 231.82 0.56 0.69
Hex 84 90 DC 28 23 0 E E8 38 45
Octal 204 220 334 50 43 0 16 350 70 105
Binary 10000100 10010000 11011100 101000 100011 0 1110 11101000 111000 1000101

Color Harmonies of #8490DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490DC

Black with #8490DC

Text Example


Text Example

White with #8490DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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