#7E4FBC

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

Shades of Studio #7E4FBC

Tints of Studio #7E4FBC

Color information

#7E4FBC (or 0x7E4FBC) is unknown color: approx Studio. HEX triplet: 7E, 4F and BC. RGB value is (126,79,188). Sum of RGB (Red+Green+Blue) = 126+79+188=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4FBC is #81B043. Grayscale: #696969. Windows color (decimal): -8499268 or 12341118. OLE color: 12341118.

HSL color Cylindrical-coordinate representation of color #7E4FBC: hue angle of 265.87º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E4FBC is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12679188-
CMYK0.330.5800.26
HSL265.87º44.86%52.35%-
HSV(B)265.87º57.98%73.73%-
XYZ20.4813.6649.13-
YUV105.48174.57142.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 79 (31.25% from 255) = 20.10%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=32.06%
G=20.10%
B=47.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126791880.330.5800.26265.8744.8652.35
Hex7E4FBC213A01A10a2d34
Octal17611727441720324125564
Binary1111110100111110111100100001111010011010100001010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,79,188); }

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

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

 a { background-color: rgb(126,79,188); }

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

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

 span { border-color: rgb(126,79,188); }

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