Html Css Color HEX #8492CE Portage

📋 copy color: '#8492CE'

red 132 ◦ green 146 ◦ blue 206

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

Shades of Portage #8492CE

Tints of Portage #8492CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 27.27%
G = 30.17%
B = 42.56%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8492CE (or 0x8492CE) is known color: Portage. HEX triplet: 84, 92 and CE. RGB value is (132,146,206). Sum of RGB (Red+Green+Blue) = 132+146+206=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8492CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492CE is #7B6D31. Grayscale: #949494. Windows color (decimal): -8088882 or 13537924. OLE color: 13537924.

HSL color Cylindrical-coordinate representation of color #8492CE: hue angle of 228.65º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8492CE is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 146 206 -
CMYK 0.36 0.29 0 0.19
HSL 228.65º 0.43% 0.66% -
HSV(B) 228.65º 0.36% 0.81% -
XYZ 30.94 29.92 62.54 -
YUV 148.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 132 146 206 0.36 0.29 0 0.19 228.65 0.43 0.66
Hex 84 92 CE 24 1D 0 13 E5 2B 42
Octal 204 222 316 44 35 0 23 345 53 102
Binary 10000100 10010010 11001110 100100 11101 0 10011 11100101 101011 1000010

Color Harmonies of #8492CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8492CE

Black with #8492CE

Text Example


Text Example

White with #8492CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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