#8C9ACD

Color #8C9ACD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8C9ACD

Tints of Portage #8C9ACD

Color information

#8C9ACD (or 0x8C9ACD) is unknown color: approx Portage. HEX triplet: 8C, 9A and CD. RGB value is (140,154,205). Sum of RGB (Red+Green+Blue) = 140+154+205=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ACD is #736532. Grayscale: #9B9B9B. Windows color (decimal): -7562547 or 13474444. OLE color: 13474444.

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

Color convert

RGB140154205-
CMYK0.320.2500.20
HSL227.08º39.39%67.65%-
HSV(B)227.08º31.71%80.39%-
XYZ33.3933.0962.39-
YUV155.63155.86116.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=28.06%
G=30.86%
B=41.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401542050.320.2500.20227.0839.3967.65
Hex8C9ACD2019014e32744
Octal214232315403102434347104
Binary10001100100110101100110110000011001010100111000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C9ACD;
 }
 .AnyTagClassName
 {
   color: #8C9ACD;
 }
</style>
background-color css

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

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

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

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

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

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