Html Css Color HEX #8C9CCD Portage

📋 copy color: '#8C9CCD'

red 140 ◦ green 156 ◦ blue 205

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

Shades of Portage #8C9CCD

Tints of Portage #8C9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

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

R = 27.94%
G = 31.14%
B = 40.92%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C9CCD (or 0x8C9CCD) is known color: Portage. HEX triplet: 8C, 9C and CD. RGB value is (140,156,205). Sum of RGB (Red+Green+Blue) = 140+156+205=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CCD is #736332. Grayscale: #9C9C9C. Windows color (decimal): -7562035 or 13474956. OLE color: 13474956.

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

Color convert

RGB 140 156 205 -
CMYK 0.32 0.24 0 0.20
HSL 225.23º 0.39% 0.68% -
HSV(B) 225.23º 0.32% 0.8% -
XYZ 33.72 33.76 62.5 -
YUV 156.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 140 156 205 0.32 0.24 0 0.20 225.23 0.39 0.68
Hex 8C 9C CD 20 18 0 14 E1 27 44
Octal 214 234 315 40 30 0 24 341 47 104
Binary 10001100 10011100 11001101 100000 11000 0 10100 11100001 100111 1000100

Color Harmonies of #8C9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CCD

Black with #8C9CCD

Text Example


Text Example

White with #8C9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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