#7B83DD

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

Shades of Portage #7B83DD

Tints of Portage #7B83DD

Color information

#7B83DD (or 0x7B83DD) is unknown color: approx Portage. HEX triplet: 7B, 83 and DD. RGB value is (123,131,221). Sum of RGB (Red+Green+Blue) = 123+131+221=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B83DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B83DD is #847C22. Grayscale: #8A8A8A. Windows color (decimal): -8682531 or 14517115. OLE color: 14517115.

HSL color Cylindrical-coordinate representation of color #7B83DD: hue angle of 235.1º 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 #7B83DD is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123131221-
CMYK0.440.4100.13
HSL235.1º59.04%67.45%-
HSV(B)235.1º44.34%86.67%-
XYZ29.3425.6671.81-
YUV138.87174.35116.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.89%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=25.89%
G=27.58%
B=46.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231312210.440.4100.13235.159.0467.45
Hex7B83DD2C290Deb3b43
Octal173203335545101535373103
Binary1111011100000111101110110110010100101101111010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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