#7B89DF

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

Shades of Portage #7B89DF

Tints of Portage #7B89DF

Color information

#7B89DF (or 0x7B89DF) is unknown color: approx Portage. HEX triplet: 7B, 89 and DF. RGB value is (123,137,223). Sum of RGB (Red+Green+Blue) = 123+137+223=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B89DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B89DF is #847620. Grayscale: #8E8E8E. Windows color (decimal): -8680993 or 14649723. OLE color: 14649723.

HSL color Cylindrical-coordinate representation of color #7B89DF: hue angle of 231.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B89DF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123137223-
CMYK0.450.3900.13
HSL231.6º60.98%67.84%-
HSV(B)231.6º44.84%87.45%-
XYZ30.4327.4373.5-
YUV142.62173.36114.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.47%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=25.47%
G=28.36%
B=46.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231372230.450.3900.13231.660.9867.84
Hex7B89DF2D270De83d44
Octal173211337554701535075104
Binary1111011100010011101111110110110011101101111010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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