Html Css Color HEX #8C9DCD Portage

📋 copy color: '#8C9DCD'

red 140 ◦ green 157 ◦ blue 205

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

Shades of Portage #8C9DCD

Tints of Portage #8C9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

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

R = 27.89%
G = 31.27%
B = 40.84%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C9DCD (or 0x8C9DCD) is known color: Portage. HEX triplet: 8C, 9D and CD. RGB value is (140,157,205). Sum of RGB (Red+Green+Blue) = 140+157+205=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DCD is #736232. Grayscale: #9D9D9D. Windows color (decimal): -7561779 or 13475212. OLE color: 13475212.

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

Color convert

RGB 140 157 205 -
CMYK 0.32 0.23 0 0.20
HSL 224.31º 0.39% 0.68% -
HSV(B) 224.31º 0.32% 0.8% -
XYZ 33.89 34.1 62.55 -
YUV 157.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 140 157 205 0.32 0.23 0 0.20 224.31 0.39 0.68
Hex 8C 9D CD 20 17 0 14 E0 27 44
Octal 214 235 315 40 27 0 24 340 47 104
Binary 10001100 10011101 11001101 100000 10111 0 10100 11100000 100111 1000100

Color Harmonies of #8C9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DCD

Black with #8C9DCD

Text Example


Text Example

White with #8C9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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