Html Css Color HEX #8494DF Portage

📋 copy color: '#8494DF'

red 132 ◦ green 148 ◦ blue 223

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

Shades of Portage #8494DF

Tints of Portage #8494DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 26.24%
G = 29.42%
B = 44.33%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8494DF (or 0x8494DF) is known color: Portage. HEX triplet: 84, 94 and DF. RGB value is (132,148,223). Sum of RGB (Red+Green+Blue) = 132+148+223=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #8494DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8494DF is #7B6B20. Grayscale: #979797. Windows color (decimal): -8088353 or 14652548. OLE color: 14652548.

HSL color Cylindrical-coordinate representation of color #8494DF: hue angle of 229.45º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8494DF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 148 223 -
CMYK 0.41 0.34 0 0.13
HSL 229.45º 0.59% 0.7% -
HSV(B) 229.45º 0.41% 0.87% -
XYZ 33.42 31.41 74.11 -
YUV 151.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 132 148 223 0.41 0.34 0 0.13 229.45 0.59 0.7
Hex 84 94 DF 29 22 0 D E5 3B 46
Octal 204 224 337 51 42 0 15 345 73 106
Binary 10000100 10010100 11011111 101001 100010 0 1101 11100101 111011 1000110

Color Harmonies of #8494DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8494DF

Black with #8494DF

Text Example


Text Example

White with #8494DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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