#7F93CD

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

Shades of Portage #7F93CD

Tints of Portage #7F93CD

Color information

#7F93CD (or 0x7F93CD) is unknown color: approx Portage. HEX triplet: 7F, 93 and CD. RGB value is (127,147,205). Sum of RGB (Red+Green+Blue) = 127+147+205=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F93CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93CD is #806C32. Grayscale: #939393. Windows color (decimal): -8416307 or 13472639. OLE color: 13472639.

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

Color convert

RGB127147205-
CMYK0.380.2800.20
HSL224.62º43.82%65.1%-
HSV(B)224.62º38.05%80.39%-
XYZ30.2129.7961.92-
YUV147.63160.37113.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.51%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=26.51%
G=30.69%
B=42.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271472050.380.2800.20224.6243.8265.1
Hex7F93CD261C014e12c41
Octal177223315463402434154101
Binary1111111100100111100110110011011100010100111000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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