#8C9BDA

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

Shades of Portage #8C9BDA

Tints of Portage #8C9BDA

Color information

#8C9BDA (or 0x8C9BDA) is unknown color: approx Portage. HEX triplet: 8C, 9B and DA. RGB value is (140,155,218). Sum of RGB (Red+Green+Blue) = 140+155+218=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BDA is #736425. Grayscale: #9D9D9D. Windows color (decimal): -7562278 or 14326668. OLE color: 14326668.

HSL color Cylindrical-coordinate representation of color #8C9BDA: hue angle of 228.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C9BDA is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140155218-
CMYK0.360.2900.15
HSL228.46º51.32%70.2%-
HSV(B)228.46º35.78%85.49%-
XYZ35.1934.0871.05-
YUV157.7162.03115.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=27.29%
G=30.21%
B=42.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401552180.360.2900.15228.4651.3270.2
Hex8C9BDA241D0Fe43346
Octal214233332443501734463106
Binary1000110010011011110110101001001110101111111001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,155,218); }

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

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

 a { background-color: rgb(140,155,218); }

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

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

 span { border-color: rgb(140,155,218); }

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