Html Css Color HEX #8C9CCC Portage

📋 copy color: '#8C9CCC'

red 140 ◦ green 156 ◦ blue 204

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

Shades of Portage #8C9CCC

Tints of Portage #8C9CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 28%
G = 31.2%
B = 40.8%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C9CCC (or 0x8C9CCC) is known color: Portage. HEX triplet: 8C, 9C and CC. RGB value is (140,156,204). Sum of RGB (Red+Green+Blue) = 140+156+204=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CCC is #736333. Grayscale: #9C9C9C. Windows color (decimal): -7562036 or 13409420. OLE color: 13409420.

HSL color Cylindrical-coordinate representation of color #8C9CCC: hue angle of 225º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9CCC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 156 204 -
CMYK 0.31 0.24 0 0.2
HSL 225º 0.39% 0.67% -
HSV(B) 225º 0.31% 0.8% -
XYZ 33.6 33.71 61.86 -
YUV 156.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 140 156 204 0.31 0.24 0 0.2 225 0.39 0.67
Hex 8C 9C CC 1F 18 0 14 E1 27 43
Octal 214 234 314 37 30 0 24 341 47 103
Binary 10001100 10011100 11001100 11111 11000 0 10100 11100001 100111 1000011

Color Harmonies of #8C9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CCC

Black with #8C9CCC

Text Example


Text Example

White with #8C9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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