#7C8BCE

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

Shades of Portage #7C8BCE

Tints of Portage #7C8BCE

Color information

#7C8BCE (or 0x7C8BCE) is unknown color: approx Portage. HEX triplet: 7C, 8B and CE. RGB value is (124,139,206). Sum of RGB (Red+Green+Blue) = 124+139+206=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C8BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BCE is #837431. Grayscale: #8D8D8D. Windows color (decimal): -8614962 or 13536124. OLE color: 13536124.

HSL color Cylindrical-coordinate representation of color #7C8BCE: hue angle of 229.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8BCE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124139206-
CMYK0.400.3300.19
HSL229.02º45.56%64.71%-
HSV(B)229.02º39.81%80.78%-
XYZ28.6927.2162.13-
YUV142.15164.03115.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=26.44%
G=29.64%
B=43.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241392060.400.3300.19229.0245.5664.71
Hex7C8BCE2821013e52e41
Octal174213316504102334556101
Binary11111001000101111001110101000100001010011111001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,139,206); }

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

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

 a { background-color: rgb(124,139,206); }

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

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

 span { border-color: rgb(124,139,206); }

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