#7B8BDA

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

Shades of Portage #7B8BDA

Tints of Portage #7B8BDA

Color information

#7B8BDA (or 0x7B8BDA) is unknown color: approx Portage. HEX triplet: 7B, 8B and DA. RGB value is (123,139,218). Sum of RGB (Red+Green+Blue) = 123+139+218=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B8BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BDA is #847425. Grayscale: #8E8E8E. Windows color (decimal): -8680486 or 14322555. OLE color: 14322555.

HSL color Cylindrical-coordinate representation of color #7B8BDA: hue angle of 229.89º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B8BDA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123139218-
CMYK0.440.3600.15
HSL229.89º56.21%66.86%-
HSV(B)229.89º43.58%85.49%-
XYZ30.0627.7470.1-
YUV143.22170.2113.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.62%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=25.62%
G=28.96%
B=45.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231392180.440.3600.15229.8956.2166.86
Hex7B8BDA2C240Fe63843
Octal173213332544401734670103
Binary1111011100010111101101010110010010001111111001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,139,218); }

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

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

 a { background-color: rgb(123,139,218); }

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

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

 span { border-color: rgb(123,139,218); }

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