Html Css Color HEX #8490EF Portage

📋 copy color: '#8490EF'

red 132 ◦ green 144 ◦ blue 239

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

Shades of Portage #8490EF

Tints of Portage #8490EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 25.63%
G = 27.96%
B = 46.41%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8490EF (or 0x8490EF) is known color: Portage. HEX triplet: 84, 90 and EF. RGB value is (132,144,239). Sum of RGB (Red+Green+Blue) = 132+144+239=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #8490EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8490EF is #7B6F10. Grayscale: #969696. Windows color (decimal): -8089361 or 15700100. OLE color: 15700100.

HSL color Cylindrical-coordinate representation of color #8490EF: hue angle of 233.27º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8490EF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 144 239 -
CMYK 0.45 0.40 0 0.06
HSL 233.27º 0.77% 0.73% -
HSV(B) 233.27º 0.45% 0.94% -
XYZ 35.07 31.08 85.81 -
YUV 151.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 132 144 239 0.45 0.40 0 0.06 233.27 0.77 0.73
Hex 84 90 EF 2D 28 0 6 E9 4D 49
Octal 204 220 357 55 50 0 6 351 115 111
Binary 10000100 10010000 11101111 101101 101000 0 110 11101001 1001101 1001001

Color Harmonies of #8490EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490EF

Black with #8490EF

Text Example


Text Example

White with #8490EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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