#7b96ea

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

Shades of Portage #7B96EA

Tints of Portage #7B96EA

Color information

#7B96EA (or 0x7B96EA) is unknown color: approx Portage. HEX triplet: 7B, 96 and EA. RGB value is (123,150,234). Sum of RGB (Red+Green+Blue) = 123+150+234=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96EA is #846915. Grayscale: #979797. Windows color (decimal): -8677654 or 15373947. OLE color: 15373947.

HSL color Cylindrical-coordinate representation of color #7B96EA: hue angle of 225.41º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B96EA is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123150234-
CMYK0.470.3600.08
HSL225.41º72.55%70%-
HSV(B)225.41º47.44%91.76%-
XYZ33.9331.9682.22-
YUV151.5174.55107.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.26%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=24.26%
G=29.59%
B=46.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231502340.470.3600.08225.4172.5570
Hex7B96EA2F2408e14946
Octal1732263525744010341111106
Binary11110111001011011101010101111100100010001110000110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b96ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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