#7B93EA

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

Shades of Portage #7B93EA

Tints of Portage #7B93EA

Color information

#7B93EA (or 0x7B93EA) is unknown color: approx Portage. HEX triplet: 7B, 93 and EA. RGB value is (123,147,234). Sum of RGB (Red+Green+Blue) = 123+147+234=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B93EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B93EA is #846C15. Grayscale: #959595. Windows color (decimal): -8678422 or 15373179. OLE color: 15373179.

HSL color Cylindrical-coordinate representation of color #7B93EA: hue angle of 227.03º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B93EA is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123147234-
CMYK0.470.3700.08
HSL227.03º72.55%70%-
HSV(B)227.03º47.44%91.76%-
XYZ33.4531.0282.07-
YUV149.74175.55108.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.40%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=24.40%
G=29.17%
B=46.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231472340.470.3700.08227.0372.5570
Hex7B93EA2F2508e34946
Octal1732233525745010343111106
Binary11110111001001111101010101111100101010001110001110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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