Html Css Color HEX #8C99CD Portage

📋 copy color: '#8C99CD'

red 140 ◦ green 153 ◦ blue 205

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

Shades of Portage #8C99CD

Tints of Portage #8C99CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 28.11%
G = 30.72%
B = 41.16%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C99CD (or 0x8C99CD) is known color: Portage. HEX triplet: 8C, 99 and CD. RGB value is (140,153,205). Sum of RGB (Red+Green+Blue) = 140+153+205=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99CD is #736632. Grayscale: #9A9A9A. Windows color (decimal): -7562803 or 13474188. OLE color: 13474188.

HSL color Cylindrical-coordinate representation of color #8C99CD: hue angle of 228º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C99CD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 153 205 -
CMYK 0.32 0.25 0 0.20
HSL 228º 0.39% 0.68% -
HSV(B) 228º 0.32% 0.8% -
XYZ 33.23 32.77 62.33 -
YUV 155.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 140 153 205 0.32 0.25 0 0.20 228 0.39 0.68
Hex 8C 99 CD 20 19 0 14 E4 27 44
Octal 214 231 315 40 31 0 24 344 47 104
Binary 10001100 10011001 11001101 100000 11001 0 10100 11100100 100111 1000100

Color Harmonies of #8C99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99CD

Black with #8C99CD

Text Example


Text Example

White with #8C99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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