Html Css Color HEX #8C98CE Portage

📋 copy color: '#8C98CE'

red 140 ◦ green 152 ◦ blue 206

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

Shades of Portage #8C98CE

Tints of Portage #8C98CE

RGB

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

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

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

R = 28.11%
G = 30.52%
B = 41.37%

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

#8C98CE (or 0x8C98CE) is known color: Portage. HEX triplet: 8C, 98 and CE. RGB value is (140,152,206). Sum of RGB (Red+Green+Blue) = 140+152+206=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C98CE is #736731. Grayscale: #9A9A9A. Windows color (decimal): -7563058 or 13539468. OLE color: 13539468.

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

Color convert

RGB 140 152 206 -
CMYK 0.32 0.26 0 0.19
HSL 229.09º 0.4% 0.68% -
HSV(B) 229.09º 0.32% 0.81% -
XYZ 33.18 32.49 62.91 -
YUV 154.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 140 152 206 0.32 0.26 0 0.19 229.09 0.4 0.68
Hex 8C 98 CE 20 1A 0 13 E5 28 44
Octal 214 230 316 40 32 0 23 345 50 104
Binary 10001100 10011000 11001110 100000 11010 0 10011 11100101 101000 1000100

Color Harmonies of #8C98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C98CE

Black with #8C98CE

Text Example


Text Example

White with #8C98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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