Html Css Color HEX #8490DB Portage

📋 copy color: '#8490DB'

red 132 ◦ green 144 ◦ blue 219

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

Shades of Portage #8490DB

Tints of Portage #8490DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 26.67%
G = 29.09%
B = 44.24%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8490DB (or 0x8490DB) is known color: Portage. HEX triplet: 84, 90 and DB. RGB value is (132,144,219). Sum of RGB (Red+Green+Blue) = 132+144+219=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8490DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490DB is #7B6F24. Grayscale: #949494. Windows color (decimal): -8089381 or 14389380. OLE color: 14389380.

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

Color convert

RGB 132 144 219 -
CMYK 0.40 0.34 0 0.14
HSL 231.72º 0.55% 0.69% -
HSV(B) 231.72º 0.4% 0.86% -
XYZ 32.28 29.97 71.1 -
YUV 148.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 132 144 219 0.40 0.34 0 0.14 231.72 0.55 0.69
Hex 84 90 DB 28 22 0 E E8 37 45
Octal 204 220 333 50 42 0 16 350 67 105
Binary 10000100 10010000 11011011 101000 100010 0 1110 11101000 110111 1000101

Color Harmonies of #8490DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490DB

Black with #8490DB

Text Example


Text Example

White with #8490DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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