#7B8AED

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

Shades of Portage #7B8AED

Tints of Portage #7B8AED

Color information

#7B8AED (or 0x7B8AED) is unknown color: approx Portage. HEX triplet: 7B, 8A and ED. RGB value is (123,138,237). Sum of RGB (Red+Green+Blue) = 123+138+237=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B8AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8AED is #847512. Grayscale: #909090. Windows color (decimal): -8680723 or 15567483. OLE color: 15567483.

HSL color Cylindrical-coordinate representation of color #7B8AED: hue angle of 232.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B8AED is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123138237-
CMYK0.480.4200.07
HSL232.11º76%70.59%-
HSV(B)232.11º48.1%92.94%-
XYZ32.5428.583.91-
YUV144.8180.03112.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.70%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=24.70%
G=27.71%
B=47.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231382370.480.4200.07232.117670.59
Hex7B8AED302A07e84c47
Octal173212355605207350114107
Binary1111011100010101110110111000010101001111110100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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