#7B93DA

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

Shades of Portage #7B93DA

Tints of Portage #7B93DA

Color information

#7B93DA (or 0x7B93DA) is unknown color: approx Portage. HEX triplet: 7B, 93 and DA. RGB value is (123,147,218). Sum of RGB (Red+Green+Blue) = 123+147+218=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B93DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93DA is #846C25. Grayscale: #939393. Windows color (decimal): -8678438 or 14324603. OLE color: 14324603.

HSL color Cylindrical-coordinate representation of color #7B93DA: hue angle of 224.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B93DA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123147218-
CMYK0.440.3300.15
HSL224.84º56.21%66.86%-
HSV(B)224.84º43.58%85.49%-
XYZ31.2630.1470.5-
YUV147.92167.55110.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.20%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=25.20%
G=30.12%
B=44.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231472180.440.3300.15224.8456.2166.86
Hex7B93DA2C210Fe13843
Octal173223332544101734170103
Binary1111011100100111101101010110010000101111111000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,147,218); }

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

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

 a { background-color: rgb(123,147,218); }

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

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

 span { border-color: rgb(123,147,218); }

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