Html Css Color HEX #8C92CE Portage

📋 copy color: '#8C92CE'

red 140 ◦ green 146 ◦ blue 206

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

Shades of Portage #8C92CE

Tints of Portage #8C92CE

RGB

 RED value IS 140 (55.08% from 255) = 28.46%

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

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

R = 28.46%
G = 29.67%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C92CE (or 0x8C92CE) is known color: Portage. HEX triplet: 8C, 92 and CE. RGB value is (140,146,206). Sum of RGB (Red+Green+Blue) = 140+146+206=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92CE is #736D31. Grayscale: #969696. Windows color (decimal): -7564594 or 13537932. OLE color: 13537932.

HSL color Cylindrical-coordinate representation of color #8C92CE: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C92CE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 146 206 -
CMYK 0.32 0.29 0 0.19
HSL 234.55º 0.4% 0.68% -
HSV(B) 234.55º 0.32% 0.81% -
XYZ 32.23 30.59 62.6 -
YUV 151.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 140 146 206 0.32 0.29 0 0.19 234.55 0.4 0.68
Hex 8C 92 CE 20 1D 0 13 EB 28 44
Octal 214 222 316 40 35 0 23 353 50 104
Binary 10001100 10010010 11001110 100000 11101 0 10011 11101011 101000 1000100

Color Harmonies of #8C92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C92CE

Black with #8C92CE

Text Example


Text Example

White with #8C92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C92CE; }

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

 H1.HeaderClassName
 {
   color: #8C92CE;
 }
 .AnyTagClassName
 {
   color: #8C92CE;
 }
</style>

background-color css

<style>
 a { background-color: #8C92CE; }

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

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

border-color css

<style>
 span { border-color: #8C92CE; }

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

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