#7F97CC

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

Shades of Portage #7F97CC

Tints of Portage #7F97CC

Color information

#7F97CC (or 0x7F97CC) is unknown color: approx Portage. HEX triplet: 7F, 97 and CC. RGB value is (127,151,204). Sum of RGB (Red+Green+Blue) = 127+151+204=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F97CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F97CC is #806833. Grayscale: #959595. Windows color (decimal): -8415284 or 13408127. OLE color: 13408127.

HSL color Cylindrical-coordinate representation of color #7F97CC: hue angle of 221.3º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F97CC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127151204-
CMYK0.380.2600.2
HSL221.3º43.02%64.9%-
HSV(B)221.3º37.75%80%-
XYZ30.723161.49-
YUV149.87158.55111.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=26.35%
G=31.33%
B=42.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271512040.380.2600.2221.343.0264.9
Hex7F97CC261A014dd2b41
Octal177227314463202433553101
Binary1111111100101111100110010011011010010100110111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F97CC; }

 p { color: rgb(127,151,204); }

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

<style>
 a { background-color: #7F97CC; }

 a { background-color: rgb(127,151,204); }

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

<style>
 span { border-color: #7F97CC; }

 span { border-color: rgb(127,151,204); }

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