#7B94EB

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

Shades of Portage #7B94EB

Tints of Portage #7B94EB

Color information

#7B94EB (or 0x7B94EB) is unknown color: approx Portage. HEX triplet: 7B, 94 and EB. RGB value is (123,148,235). Sum of RGB (Red+Green+Blue) = 123+148+235=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B94EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B94EB is #846B14. Grayscale: #969696. Windows color (decimal): -8678165 or 15438971. OLE color: 15438971.

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

Color convert

RGB123148235-
CMYK0.480.3700.08
HSL226.61º73.68%70.2%-
HSV(B)226.61º47.66%92.16%-
XYZ33.7531.3982.88-
YUV150.44175.72108.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.31%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=24.31%
G=29.25%
B=46.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231482350.480.3700.08226.6173.6870.2
Hex7B94EB302508e34a46
Octal1732243536045010343112106
Binary11110111001010011101011110000100101010001110001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,148,235); }

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

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

 a { background-color: rgb(123,148,235); }

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

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

 span { border-color: rgb(123,148,235); }

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