#7C8CEE

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

Shades of Portage #7C8CEE

Tints of Portage #7C8CEE

Color information

#7C8CEE (or 0x7C8CEE) is unknown color: approx Portage. HEX triplet: 7C, 8C and EE. RGB value is (124,140,238). Sum of RGB (Red+Green+Blue) = 124+140+238=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C8CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8CEE is #837311. Grayscale: #919191. Windows color (decimal): -8614674 or 15633532. OLE color: 15633532.

HSL color Cylindrical-coordinate representation of color #7C8CEE: hue angle of 231.58º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C8CEE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124140238-
CMYK0.480.4100.07
HSL231.58º77.03%70.98%-
HSV(B)231.58º47.9%93.33%-
XYZ33.1229.2184.78-
YUV146.39179.7112.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.70%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 238 (93.36% from 255) = 47.41%
R=24.70%
G=27.89%
B=47.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241402380.480.4100.07231.5877.0370.98
Hex7C8CEE302907e84d47
Octal174214356605107350115107
Binary1111100100011001110111011000010100101111110100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,238); }

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

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

 a { background-color: rgb(124,140,238); }

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

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

 span { border-color: rgb(124,140,238); }

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