Html Css Color HEX #8496F3 Portage

📋 copy color: '#8496F3'

red 132 ◦ green 150 ◦ blue 243

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

Shades of Portage #8496F3

Tints of Portage #8496F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.29%

R = 25.14%
G = 28.57%
B = 46.29%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8496F3 (or 0x8496F3) is known color: Portage. HEX triplet: 84, 96 and F3. RGB value is (132,150,243). Sum of RGB (Red+Green+Blue) = 132+150+243=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #8496F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8496F3 is #7B690C. Grayscale: #9A9A9A. Windows color (decimal): -8087821 or 15963780. OLE color: 15963780.

HSL color Cylindrical-coordinate representation of color #8496F3: hue angle of 230.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8496F3 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 150 243 -
CMYK 0.46 0.38 0 0.05
HSL 230.27º 0.82% 0.74% -
HSV(B) 230.27º 0.46% 0.95% -
XYZ 36.6 33.19 89.27 -
YUV 155.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 132 150 243 0.46 0.38 0 0.05 230.27 0.82 0.74
Hex 84 96 F3 2E 26 0 5 E6 52 4A
Octal 204 226 363 56 46 0 5 346 122 112
Binary 10000100 10010110 11110011 101110 100110 0 101 11100110 1010010 1001010

Color Harmonies of #8496F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8496F3

Black with #8496F3

Text Example


Text Example

White with #8496F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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