Html Css Color HEX #8496DF Portage

📋 copy color: '#8496DF'

red 132 ◦ green 150 ◦ blue 223

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

Shades of Portage #8496DF

Tints of Portage #8496DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.7%

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

R = 26.14%
G = 29.7%
B = 44.16%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8496DF (or 0x8496DF) is known color: Portage. HEX triplet: 84, 96 and DF. RGB value is (132,150,223). Sum of RGB (Red+Green+Blue) = 132+150+223=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8496DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496DF is #7B6920. Grayscale: #989898. Windows color (decimal): -8087841 or 14653060. OLE color: 14653060.

HSL color Cylindrical-coordinate representation of color #8496DF: hue angle of 228.13º 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 #8496DF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 150 223 -
CMYK 0.41 0.33 0 0.13
HSL 228.13º 0.59% 0.7% -
HSV(B) 228.13º 0.41% 0.87% -
XYZ 33.74 32.05 74.22 -
YUV 152.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 132 150 223 0.41 0.33 0 0.13 228.13 0.59 0.7
Hex 84 96 DF 29 21 0 D E4 3B 46
Octal 204 226 337 51 41 0 15 344 73 106
Binary 10000100 10010110 11011111 101001 100001 0 1101 11100100 111011 1000110

Color Harmonies of #8496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8496DF

Black with #8496DF

Text Example


Text Example

White with #8496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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