#7844BD

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

Shades of Studio #7844BD

Tints of Studio #7844BD

Color information

#7844BD (or 0x7844BD) is unknown color: approx Studio. HEX triplet: 78, 44 and BD. RGB value is (120,68,189). Sum of RGB (Red+Green+Blue) = 120+68+189=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #7844BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7844BD is #87BB42. Grayscale: #606060. Windows color (decimal): -8895299 or 12403832. OLE color: 12403832.

HSL color Cylindrical-coordinate representation of color #7844BD: hue angle of 265.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7844BD is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12068189-
CMYK0.370.6400.26
HSL265.79º47.83%50.39%-
HSV(B)265.79º64.02%74.12%-
XYZ1911.849.42-
YUV97.34179.73144.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=31.83%
G=18.04%
B=50.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120681890.370.6400.26265.7947.8350.39
Hex7844BD254001A10a3032
Octal170104275451000324126062
Binary11110001000100101111011001011000000011010100001010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7844BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7844BD; }

 p { color: rgb(120,68,189); }

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

<style>
 a { background-color: #7844BD; }

 a { background-color: rgb(120,68,189); }

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

<style>
 span { border-color: #7844BD; }

 span { border-color: rgb(120,68,189); }

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