#7B84EB

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

Shades of Portage #7B84EB

Tints of Portage #7B84EB

Color information

#7B84EB (or 0x7B84EB) is unknown color: approx Portage. HEX triplet: 7B, 84 and EB. RGB value is (123,132,235). Sum of RGB (Red+Green+Blue) = 123+132+235=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B84EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B84EB is #847B14. Grayscale: #8C8C8C. Windows color (decimal): -8682261 or 15434875. OLE color: 15434875.

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

Color convert

RGB123132235-
CMYK0.480.4400.08
HSL235.18º73.68%70.2%-
HSV(B)235.18º47.66%92.16%-
XYZ31.4226.7182.1-
YUV141.05181.02115.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.10%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=25.10%
G=26.94%
B=47.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231322350.480.4400.08235.1873.6870.2
Hex7B84EB302C08eb4a46
Octal1732043536054010353112106
Binary11110111000010011101011110000101100010001110101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,132,235); }

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

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

 a { background-color: rgb(123,132,235); }

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

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

 span { border-color: rgb(123,132,235); }

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