#7B96E0

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

Shades of Portage #7B96E0

Tints of Portage #7B96E0

Color information

#7B96E0 (or 0x7B96E0) is unknown color: approx Portage. HEX triplet: 7B, 96 and E0. RGB value is (123,150,224). Sum of RGB (Red+Green+Blue) = 123+150+224=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B96E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96E0 is #84691F. Grayscale: #969696. Windows color (decimal): -8677664 or 14718587. OLE color: 14718587.

HSL color Cylindrical-coordinate representation of color #7B96E0: hue angle of 223.96º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B96E0 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123150224-
CMYK0.450.3300.12
HSL223.96º61.96%68.04%-
HSV(B)223.96º45.09%87.84%-
XYZ32.5331.4174.87-
YUV150.36169.55108.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.75%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=24.75%
G=30.18%
B=45.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1231502240.450.3300.12223.9661.9668.04
Hex7B96E02D210Ce03e44
Octal173226340554101434076104
Binary1111011100101101110000010110110000101100111000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,150,224); }

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

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

 a { background-color: rgb(123,150,224); }

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

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

 span { border-color: rgb(123,150,224); }

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