Html Css Color HEX #8494DB Portage

📋 copy color: '#8494DB'

red 132 ◦ green 148 ◦ blue 219

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

Shades of Portage #8494DB

Tints of Portage #8494DB

RGB

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

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

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

R = 26.45%
G = 29.66%
B = 43.89%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8494DB (or 0x8494DB) is known color: Portage. HEX triplet: 84, 94 and DB. RGB value is (132,148,219). Sum of RGB (Red+Green+Blue) = 132+148+219=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8494DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8494DB is #7B6B24. Grayscale: #979797. Windows color (decimal): -8088357 or 14390404. OLE color: 14390404.

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

Color convert

RGB 132 148 219 -
CMYK 0.40 0.32 0 0.14
HSL 228.97º 0.55% 0.69% -
HSV(B) 228.97º 0.4% 0.86% -
XYZ 32.89 31.2 71.31 -
YUV 151.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 132 148 219 0.40 0.32 0 0.14 228.97 0.55 0.69
Hex 84 94 DB 28 20 0 E E5 37 45
Octal 204 224 333 50 40 0 16 345 67 105
Binary 10000100 10010100 11011011 101000 100000 0 1110 11100101 110111 1000101

Color Harmonies of #8494DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8494DB

Black with #8494DB

Text Example


Text Example

White with #8494DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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