#8797DD

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

Shades of Portage #8797DD

Tints of Portage #8797DD

Color information

#8797DD (or 0x8797DD) is unknown color: approx Portage. HEX triplet: 87, 97 and DD. RGB value is (135,151,221). Sum of RGB (Red+Green+Blue) = 135+151+221=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #8797DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797DD is #786822. Grayscale: #999999. Windows color (decimal): -7890979 or 14522247. OLE color: 14522247.

HSL color Cylindrical-coordinate representation of color #8797DD: hue angle of 228.84º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8797DD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135151221-
CMYK0.390.3200.13
HSL228.84º55.84%69.8%-
HSV(B)228.84º38.91%86.67%-
XYZ34.1132.572.88-
YUV154.2165.7114.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=26.63%
G=29.78%
B=43.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351512210.390.3200.13228.8455.8469.8
Hex8797DD27200De53846
Octal207227335474001534570106
Binary10000111100101111101110110011110000001101111001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8797DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8797DD; }

 p { color: rgb(135,151,221); }

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

<style>
 a { background-color: #8797DD; }

 a { background-color: rgb(135,151,221); }

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

<style>
 span { border-color: #8797DD; }

 span { border-color: rgb(135,151,221); }

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