#7843B8

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

Shades of Studio #7843B8

Tints of Studio #7843B8

Color information

#7843B8 (or 0x7843B8) is unknown color: approx Studio. HEX triplet: 78, 43 and B8. RGB value is (120,67,184). Sum of RGB (Red+Green+Blue) = 120+67+184=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #7843B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7843B8 is #87BC47. Grayscale: #5F5F5F. Windows color (decimal): -8895560 or 12075896. OLE color: 12075896.

HSL color Cylindrical-coordinate representation of color #7843B8: hue angle of 267.18º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7843B8 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12067184-
CMYK0.350.6400.28
HSL267.18º46.61%49.22%-
HSV(B)267.18º63.59%72.16%-
XYZ18.411.4746.59-
YUV96.18177.56144.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=32.35%
G=18.06%
B=49.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120671840.350.6400.28267.1846.6149.22
Hex7843B8234001C10b2f31
Octal170103270431000344135761
Binary11110001000011101110001000111000000011100100001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7843B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7843B8; }

 p { color: rgb(120,67,184); }

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

<style>
 a { background-color: #7843B8; }

 a { background-color: rgb(120,67,184); }

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

<style>
 span { border-color: #7843B8; }

 span { border-color: rgb(120,67,184); }

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