Html Css Color HEX #8492EE Portage

📋 copy color: '#8492EE'

red 132 ◦ green 146 ◦ blue 238

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

Shades of Portage #8492EE

Tints of Portage #8492EE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.29%

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 25.58%
G = 28.29%
B = 46.12%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8492EE (or 0x8492EE) is known color: Portage. HEX triplet: 84, 92 and EE. RGB value is (132,146,238). Sum of RGB (Red+Green+Blue) = 132+146+238=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8492EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492EE is #7B6D11. Grayscale: #979797. Windows color (decimal): -8088850 or 15635076. OLE color: 15635076.

HSL color Cylindrical-coordinate representation of color #8492EE: hue angle of 232.08º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8492EE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 146 238 -
CMYK 0.45 0.39 0 0.07
HSL 232.08º 0.76% 0.73% -
HSV(B) 232.08º 0.45% 0.93% -
XYZ 35.23 31.64 85.14 -
YUV 152.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 132 146 238 0.45 0.39 0 0.07 232.08 0.76 0.73
Hex 84 92 EE 2D 27 0 7 E8 4C 49
Octal 204 222 356 55 47 0 7 350 114 111
Binary 10000100 10010010 11101110 101101 100111 0 111 11101000 1001100 1001001

Color Harmonies of #8492EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8492EE

Black with #8492EE

Text Example


Text Example

White with #8492EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8492EE; }

 p { color: rgb(132,146,238); }

 H1.HeaderClassName
 {
   color: #8492EE;
 }
 .AnyTagClassName
 {
   color: #8492EE;
 }
</style>

background-color css

<style>
 a { background-color: #8492EE; }

 a { background-color: rgb(132,146,238); }

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

border-color css

<style>
 span { border-color: #8492EE; }

 span { border-color: rgb(132,146,238); }

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