Html Css Color HEX #8492EA Portage

📋 copy color: '#8492EA'

red 132 ◦ green 146 ◦ blue 234

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

Shades of Portage #8492EA

Tints of Portage #8492EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 25.78%
G = 28.52%
B = 45.7%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8492EA (or 0x8492EA) is known color: Portage. HEX triplet: 84, 92 and EA. RGB value is (132,146,234). Sum of RGB (Red+Green+Blue) = 132+146+234=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #8492EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492EA is #7B6D15. Grayscale: #979797. Windows color (decimal): -8088854 or 15372932. OLE color: 15372932.

HSL color Cylindrical-coordinate representation of color #8492EA: hue angle of 231.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8492EA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 146 234 -
CMYK 0.44 0.38 0 0.08
HSL 231.76º 0.71% 0.72% -
HSV(B) 231.76º 0.44% 0.92% -
XYZ 34.65 31.4 82.08 -
YUV 151.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 132 146 234 0.44 0.38 0 0.08 231.76 0.71 0.72
Hex 84 92 EA 2C 26 0 8 E8 47 48
Octal 204 222 352 54 46 0 10 350 107 110
Binary 10000100 10010010 11101010 101100 100110 0 1000 11101000 1000111 1001000

Color Harmonies of #8492EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8492EA

Black with #8492EA

Text Example


Text Example

White with #8492EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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