Html Css Color HEX #8493CE Portage

📋 copy color: '#8493CE'

red 132 ◦ green 147 ◦ blue 206

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

Shades of Portage #8493CE

Tints of Portage #8493CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

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

R = 27.22%
G = 30.31%
B = 42.47%

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

#8493CE (or 0x8493CE) is known color: Portage. HEX triplet: 84, 93 and CE. RGB value is (132,147,206). Sum of RGB (Red+Green+Blue) = 132+147+206=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8493CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8493CE is #7B6C31. Grayscale: #949494. Windows color (decimal): -8088626 or 13538180. OLE color: 13538180.

HSL color Cylindrical-coordinate representation of color #8493CE: hue angle of 227.84º 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 #8493CE is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 147 206 -
CMYK 0.36 0.29 0 0.19
HSL 227.84º 0.43% 0.66% -
HSV(B) 227.84º 0.36% 0.81% -
XYZ 31.09 30.23 62.59 -
YUV 149.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 132 147 206 0.36 0.29 0 0.19 227.84 0.43 0.66
Hex 84 93 CE 24 1D 0 13 E4 2B 42
Octal 204 223 316 44 35 0 23 344 53 102
Binary 10000100 10010011 11001110 100100 11101 0 10011 11100100 101011 1000010

Color Harmonies of #8493CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8493CE

Black with #8493CE

Text Example


Text Example

White with #8493CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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