Html Css Color HEX #8C9ACE Portage

📋 copy color: '#8C9ACE'

red 140 ◦ green 154 ◦ blue 206

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

Shades of Portage #8C9ACE

Tints of Portage #8C9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

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

R = 28%
G = 30.8%
B = 41.2%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C9ACE (or 0x8C9ACE) is known color: Portage. HEX triplet: 8C, 9A and CE. RGB value is (140,154,206). Sum of RGB (Red+Green+Blue) = 140+154+206=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ACE is #736531. Grayscale: #9B9B9B. Windows color (decimal): -7562546 or 13539980. OLE color: 13539980.

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

Color convert

RGB 140 154 206 -
CMYK 0.32 0.25 0 0.19
HSL 227.27º 0.4% 0.68% -
HSV(B) 227.27º 0.32% 0.81% -
XYZ 33.51 33.14 63.02 -
YUV 155.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 140 154 206 0.32 0.25 0 0.19 227.27 0.4 0.68
Hex 8C 9A CE 20 19 0 13 E3 28 44
Octal 214 232 316 40 31 0 23 343 50 104
Binary 10001100 10011010 11001110 100000 11001 0 10011 11100011 101000 1000100

Color Harmonies of #8C9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ACE

Black with #8C9ACE

Text Example


Text Example

White with #8C9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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