#7F93DC

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

Shades of Portage #7F93DC

Tints of Portage #7F93DC

Color information

#7F93DC (or 0x7F93DC) is unknown color: approx Portage. HEX triplet: 7F, 93 and DC. RGB value is (127,147,220). Sum of RGB (Red+Green+Blue) = 127+147+220=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F93DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93DC is #806C23. Grayscale: #959595. Windows color (decimal): -8416292 or 14455679. OLE color: 14455679.

HSL color Cylindrical-coordinate representation of color #7F93DC: hue angle of 227.1º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F93DC is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127147220-
CMYK0.420.3300.14
HSL227.1º57.06%68.04%-
HSV(B)227.1º42.27%86.27%-
XYZ32.130.5571.91-
YUV149.34167.87112.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.71%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=25.71%
G=29.76%
B=44.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271472200.420.3300.14227.157.0668.04
Hex7F93DC2A210Ee33944
Octal177223334524101634371104
Binary1111111100100111101110010101010000101110111000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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