#7F4EBB

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

Shades of Studio #7F4EBB

Tints of Studio #7F4EBB

Color information

#7F4EBB (or 0x7F4EBB) is unknown color: approx Studio. HEX triplet: 7F, 4E and BB. RGB value is (127,78,187). Sum of RGB (Red+Green+Blue) = 127+78+187=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F4EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4EBB is #80B144. Grayscale: #686868. Windows color (decimal): -8433989 or 12275327. OLE color: 12275327.

HSL color Cylindrical-coordinate representation of color #7F4EBB: hue angle of 266.97º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4EBB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12778187-
CMYK0.320.5800.27
HSL266.97º44.49%51.96%-
HSV(B)266.97º58.29%73.33%-
XYZ20.4513.5548.55-
YUV105.08174.23143.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=32.40%
G=19.90%
B=47.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127781870.320.5800.27266.9744.4951.96
Hex7F4EBB203A01B10b2c34
Octal17711627340720334135464
Binary1111111100111010111011100000111010011011100001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,78,187); }

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

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

 a { background-color: rgb(127,78,187); }

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

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

 span { border-color: rgb(127,78,187); }

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