Html Css Color HEX #8D98CE Portage

📋 copy color: '#8D98CE'

red 141 ◦ green 152 ◦ blue 206

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

Shades of Portage #8D98CE

Tints of Portage #8D98CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.46%

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

R = 28.26%
G = 30.46%
B = 41.28%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D98CE (or 0x8D98CE) is known color: Portage. HEX triplet: 8D, 98 and CE. RGB value is (141,152,206). Sum of RGB (Red+Green+Blue) = 141+152+206=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98CE is #726731. Grayscale: #9A9A9A. Windows color (decimal): -7497522 or 13539469. OLE color: 13539469.

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

Color convert

RGB 141 152 206 -
CMYK 0.32 0.26 0 0.19
HSL 229.85º 0.4% 0.68% -
HSV(B) 229.85º 0.32% 0.81% -
XYZ 33.35 32.58 62.92 -
YUV 154.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 141 152 206 0.32 0.26 0 0.19 229.85 0.4 0.68
Hex 8D 98 CE 20 1A 0 13 E6 28 44
Octal 215 230 316 40 32 0 23 346 50 104
Binary 10001101 10011000 11001110 100000 11010 0 10011 11100110 101000 1000100

Color Harmonies of #8D98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D98CE

Black with #8D98CE

Text Example


Text Example

White with #8D98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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