#97A7DC

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

Shades of Portage #97A7DC

Tints of Portage #97A7DC

Color information

#97A7DC (or 0x97A7DC) is unknown color: approx Portage. HEX triplet: 97, A7 and DC. RGB value is (151,167,220). Sum of RGB (Red+Green+Blue) = 151+167+220=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #97A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A7DC is #685823. Grayscale: #A8A8A8. Windows color (decimal): -6838308 or 14460823. OLE color: 14460823.

HSL color Cylindrical-coordinate representation of color #97A7DC: hue angle of 226.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A7DC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151167220-
CMYK0.310.2400.14
HSL226.09º49.64%72.75%-
HSV(B)226.09º31.36%86.27%-
XYZ39.539.3873.23-
YUV168.26157.2115.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.07%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=28.07%
G=31.04%
B=40.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511672200.310.2400.14226.0949.6472.75
Hex97A7DC1F180Ee23249
Octal227247334373001634262111
Binary100101111010011111011100111111100001110111000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A7DC; }

 p { color: rgb(151,167,220); }

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

<style>
 a { background-color: #97A7DC; }

 a { background-color: rgb(151,167,220); }

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

<style>
 span { border-color: #97A7DC; }

 span { border-color: rgb(151,167,220); }

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