#7B89D5

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

Shades of Portage #7B89D5

Tints of Portage #7B89D5

Color information

#7B89D5 (or 0x7B89D5) is unknown color: approx Portage. HEX triplet: 7B, 89 and D5. RGB value is (123,137,213). Sum of RGB (Red+Green+Blue) = 123+137+213=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B89D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B89D5 is #84762A. Grayscale: #8D8D8D. Windows color (decimal): -8681003 or 13994363. OLE color: 13994363.

HSL color Cylindrical-coordinate representation of color #7B89D5: hue angle of 230.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B89D5 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB123137213-
CMYK0.420.3600.16
HSL230.67º51.72%65.88%-
HSV(B)230.67º42.25%83.53%-
XYZ29.1226.9166.61-
YUV141.48168.36114.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 213 (83.59% from 255) = 45.03%
R=26.00%
G=28.96%
B=45.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1231372130.420.3600.16230.6751.7265.88
Hex7B89D52A24010e73442
Octal173211325524402034764102
Binary11110111000100111010101101010100100010000111001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B89D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,137,213); }

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

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

 a { background-color: rgb(123,137,213); }

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

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

 span { border-color: rgb(123,137,213); }

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