#7B8ADD

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

Shades of Portage #7B8ADD

Tints of Portage #7B8ADD

Color information

#7B8ADD (or 0x7B8ADD) is unknown color: approx Portage. HEX triplet: 7B, 8A and DD. RGB value is (123,138,221). Sum of RGB (Red+Green+Blue) = 123+138+221=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B8ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ADD is #847522. Grayscale: #8E8E8E. Windows color (decimal): -8680739 or 14518907. OLE color: 14518907.

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

Color convert

RGB123138221-
CMYK0.440.3800.13
HSL230.82º59.04%67.45%-
HSV(B)230.82º44.34%86.67%-
XYZ30.3127.6172.14-
YUV142.98172.03113.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.52%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=25.52%
G=28.63%
B=45.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231382210.440.3800.13230.8259.0467.45
Hex7B8ADD2C260De73b43
Octal173212335544601534773103
Binary1111011100010101101110110110010011001101111001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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