Html Css Color HEX #8D92CE Portage

📋 copy color: '#8D92CE'

red 141 ◦ green 146 ◦ blue 206

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

Shades of Portage #8D92CE

Tints of Portage #8D92CE

RGB

 RED value IS 141 (55.47% from 255) = 28.6%

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

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

R = 28.6%
G = 29.61%
B = 41.78%

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

#8D92CE (or 0x8D92CE) is known color: Portage. HEX triplet: 8D, 92 and CE. RGB value is (141,146,206). Sum of RGB (Red+Green+Blue) = 141+146+206=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D92CE is #726D31. Grayscale: #979797. Windows color (decimal): -7499058 or 13537933. OLE color: 13537933.

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

Color convert

RGB 141 146 206 -
CMYK 0.32 0.29 0 0.19
HSL 235.38º 0.4% 0.68% -
HSV(B) 235.38º 0.32% 0.81% -
XYZ 32.4 30.68 62.61 -
YUV 151.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 141 146 206 0.32 0.29 0 0.19 235.38 0.4 0.68
Hex 8D 92 CE 20 1D 0 13 EB 28 44
Octal 215 222 316 40 35 0 23 353 50 104
Binary 10001101 10010010 11001110 100000 11101 0 10011 11101011 101000 1000100

Color Harmonies of #8D92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D92CE

Black with #8D92CE

Text Example


Text Example

White with #8D92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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