#7f96cd

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

Shades of Portage #7F96CD

Tints of Portage #7F96CD

Color information

#7F96CD (or 0x7F96CD) is unknown color: approx Portage. HEX triplet: 7F, 96 and CD. RGB value is (127,150,205). Sum of RGB (Red+Green+Blue) = 127+150+205=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F96CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96CD is #806932. Grayscale: #959595. Windows color (decimal): -8415539 or 13473407. OLE color: 13473407.

HSL color Cylindrical-coordinate representation of color #7F96CD: hue angle of 222.31º degrees, saturation: 0.44, 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 #7F96CD is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127150205-
CMYK0.380.2700.20
HSL222.31º43.82%65.1%-
HSV(B)222.31º38.05%80.39%-
XYZ30.6830.7362.07-
YUV149.39159.38112.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=26.35%
G=31.12%
B=42.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271502050.380.2700.20222.3143.8265.1
Hex7F96CD261B014de2c41
Octal177226315463302433654101
Binary1111111100101101100110110011011011010100110111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f96cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,150,205); }

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

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

 a { background-color: rgb(127,150,205); }

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

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

 span { border-color: rgb(127,150,205); }

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