#7B8CEF

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

Shades of Portage #7B8CEF

Tints of Portage #7B8CEF

Color information

#7B8CEF (or 0x7B8CEF) is unknown color: approx Portage. HEX triplet: 7B, 8C and EF. RGB value is (123,140,239). Sum of RGB (Red+Green+Blue) = 123+140+239=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8CEF is #847310. Grayscale: #919191. Windows color (decimal): -8680209 or 15699067. OLE color: 15699067.

HSL color Cylindrical-coordinate representation of color #7B8CEF: hue angle of 231.21º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B8CEF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123140239-
CMYK0.490.4100.06
HSL231.21º78.38%70.98%-
HSV(B)231.21º48.54%93.73%-
XYZ33.1329.285.55-
YUV146.2180.37111.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.50%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=24.50%
G=27.89%
B=47.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231402390.490.4100.06231.2178.3870.98
Hex7B8CEF312906e74e47
Octal173214357615106347116107
Binary1111011100011001110111111000110100101101110011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,140,239); }

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

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

 a { background-color: rgb(123,140,239); }

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

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

 span { border-color: rgb(123,140,239); }

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