#7B99DD

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

Shades of Portage #7B99DD

Tints of Portage #7B99DD

Color information

#7B99DD (or 0x7B99DD) is unknown color: approx Portage. HEX triplet: 7B, 99 and DD. RGB value is (123,153,221). Sum of RGB (Red+Green+Blue) = 123+153+221=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B99DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B99DD is #846622. Grayscale: #979797. Windows color (decimal): -8676899 or 14522747. OLE color: 14522747.

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

Color convert

RGB123153221-
CMYK0.440.3100.13
HSL221.63º59.04%67.45%-
HSV(B)221.63º44.34%86.67%-
XYZ32.6132.2172.91-
YUV151.78167.06107.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.75%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=24.75%
G=30.78%
B=44.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231532210.440.3100.13221.6359.0467.45
Hex7B99DD2C1F0Dde3b43
Octal173231335543701533673103
Binary111101110011001110111011011001111101101110111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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