Html Css Color HEX #8490CC Portage

📋 copy color: '#8490CC'

red 132 ◦ green 144 ◦ blue 204

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

Shades of Portage #8490CC

Tints of Portage #8490CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 27.5%
G = 30%
B = 42.5%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8490CC (or 0x8490CC) is known color: Portage. HEX triplet: 84, 90 and CC. RGB value is (132,144,204). Sum of RGB (Red+Green+Blue) = 132+144+204=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8490CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490CC is #7B6F33. Grayscale: #939393. Windows color (decimal): -8089396 or 13406340. OLE color: 13406340.

HSL color Cylindrical-coordinate representation of color #8490CC: hue angle of 230º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8490CC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 144 204 -
CMYK 0.35 0.29 0 0.2
HSL 230º 0.41% 0.66% -
HSV(B) 230º 0.35% 0.8% -
XYZ 30.39 29.21 61.16 -
YUV 147.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 132 144 204 0.35 0.29 0 0.2 230 0.41 0.66
Hex 84 90 CC 23 1D 0 14 E6 29 42
Octal 204 220 314 43 35 0 24 346 51 102
Binary 10000100 10010000 11001100 100011 11101 0 10100 11100110 101001 1000010

Color Harmonies of #8490CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490CC

Black with #8490CC

Text Example


Text Example

White with #8490CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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