#7B97E0

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

Shades of Portage #7B97E0

Tints of Portage #7B97E0

Color information

#7B97E0 (or 0x7B97E0) is unknown color: approx Portage. HEX triplet: 7B, 97 and E0. RGB value is (123,151,224). Sum of RGB (Red+Green+Blue) = 123+151+224=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B97E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B97E0 is #84681F. Grayscale: #969696. Windows color (decimal): -8677408 or 14718843. OLE color: 14718843.

HSL color Cylindrical-coordinate representation of color #7B97E0: hue angle of 223.37º 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 #7B97E0 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123151224-
CMYK0.450.3300.12
HSL223.37º61.96%68.04%-
HSV(B)223.37º45.09%87.84%-
XYZ32.6931.7374.92-
YUV150.95169.22108.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.70%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=24.70%
G=30.32%
B=44.98%

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
Decimal1231512240.450.3300.12223.3761.9668.04
Hex7B97E02D210Cdf3e44
Octal173227340554101433776104
Binary1111011100101111110000010110110000101100110111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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