#7E4BBC

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

Shades of Studio #7E4BBC

Tints of Studio #7E4BBC

Color information

#7E4BBC (or 0x7E4BBC) is unknown color: approx Studio. HEX triplet: 7E, 4B and BC. RGB value is (126,75,188). Sum of RGB (Red+Green+Blue) = 126+75+188=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BBC is #81B443. Grayscale: #666666. Windows color (decimal): -8500292 or 12340094. OLE color: 12340094.

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

Color convert

RGB12675188-
CMYK0.330.6000.26
HSL267.08º45.75%51.57%-
HSV(B)267.08º60.11%73.73%-
XYZ20.213.149.04-
YUV103.13175.9144.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.39%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=32.39%
G=19.28%
B=48.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126751880.330.6000.26267.0845.7551.57
Hex7E4BBC213C01A10b2e34
Octal17611327441740324135664
Binary1111110100101110111100100001111100011010100001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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