#7B84DD

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

Shades of Portage #7B84DD

Tints of Portage #7B84DD

Color information

#7B84DD (or 0x7B84DD) is unknown color: approx Portage. HEX triplet: 7B, 84 and DD. RGB value is (123,132,221). Sum of RGB (Red+Green+Blue) = 123+132+221=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B84DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84DD is #847B22. Grayscale: #8B8B8B. Windows color (decimal): -8682275 or 14517371. OLE color: 14517371.

HSL color Cylindrical-coordinate representation of color #7B84DD: hue angle of 234.49º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B84DD is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123132221-
CMYK0.440.4000.13
HSL234.49º59.04%67.45%-
HSV(B)234.49º44.34%86.67%-
XYZ29.4725.9371.86-
YUV139.45174.02116.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.84%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=25.84%
G=27.73%
B=46.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231322210.440.4000.13234.4959.0467.45
Hex7B84DD2C280Dea3b43
Octal173204335545001535273103
Binary1111011100001001101110110110010100001101111010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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