Html Css Color HEX #8C99CE Portage

📋 copy color: '#8C99CE'

red 140 ◦ green 153 ◦ blue 206

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

Shades of Portage #8C99CE

Tints of Portage #8C99CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

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

R = 28.06%
G = 30.66%
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

#8C99CE (or 0x8C99CE) is known color: Portage. HEX triplet: 8C, 99 and CE. RGB value is (140,153,206). Sum of RGB (Red+Green+Blue) = 140+153+206=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 153 (60.16% from 255 or 30.66% 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 #8C99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99CE is #736631. Grayscale: #9A9A9A. Windows color (decimal): -7562802 or 13539724. OLE color: 13539724.

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

Color convert

RGB 140 153 206 -
CMYK 0.32 0.26 0 0.19
HSL 228.18º 0.4% 0.68% -
HSV(B) 228.18º 0.32% 0.81% -
XYZ 33.35 32.81 62.97 -
YUV 155.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 140 153 206 0.32 0.26 0 0.19 228.18 0.4 0.68
Hex 8C 99 CE 20 1A 0 13 E4 28 44
Octal 214 231 316 40 32 0 23 344 50 104
Binary 10001100 10011001 11001110 100000 11010 0 10011 11100100 101000 1000100

Color Harmonies of #8C99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99CE

Black with #8C99CE

Text Example


Text Example

White with #8C99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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