Html Css Color HEX #8494DD Portage

📋 copy color: '#8494DD'

red 132 ◦ green 148 ◦ blue 221

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

Shades of Portage #8494DD

Tints of Portage #8494DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 26.35%
G = 29.54%
B = 44.11%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8494DD (or 0x8494DD) is known color: Portage. HEX triplet: 84, 94 and DD. RGB value is (132,148,221). Sum of RGB (Red+Green+Blue) = 132+148+221=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8494DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8494DD is #7B6B22. Grayscale: #979797. Windows color (decimal): -8088355 or 14521476. OLE color: 14521476.

HSL color Cylindrical-coordinate representation of color #8494DD: hue angle of 229.21º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8494DD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 148 221 -
CMYK 0.40 0.33 0 0.13
HSL 229.21º 0.57% 0.69% -
HSV(B) 229.21º 0.4% 0.87% -
XYZ 33.16 31.31 72.7 -
YUV 151.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 132 148 221 0.40 0.33 0 0.13 229.21 0.57 0.69
Hex 84 94 DD 28 21 0 D E5 39 45
Octal 204 224 335 50 41 0 15 345 71 105
Binary 10000100 10010100 11011101 101000 100001 0 1101 11100101 111001 1000101

Color Harmonies of #8494DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8494DD

Black with #8494DD

Text Example


Text Example

White with #8494DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8494DD; }

 p { color: rgb(132,148,221); }

 H1.HeaderClassName
 {
   color: #8494DD;
 }
 .AnyTagClassName
 {
   color: #8494DD;
 }
</style>

background-color css

<style>
 a { background-color: #8494DD; }

 a { background-color: rgb(132,148,221); }

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

border-color css

<style>
 span { border-color: #8494DD; }

 span { border-color: rgb(132,148,221); }

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