#7848BB

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

Shades of Studio #7848BB

Tints of Studio #7848BB

Color information

#7848BB (or 0x7848BB) is unknown color: approx Studio. HEX triplet: 78, 48 and BB. RGB value is (120,72,187). Sum of RGB (Red+Green+Blue) = 120+72+187=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #7848BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7848BB is #87B744. Grayscale: #636363. Windows color (decimal): -8894277 or 12273784. OLE color: 12273784.

HSL color Cylindrical-coordinate representation of color #7848BB: hue angle of 265.04º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7848BB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12072187-
CMYK0.360.6100.27
HSL265.04º45.82%50.78%-
HSV(B)265.04º61.5%73.33%-
XYZ19.0312.2248.37-
YUV99.46177.4142.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=31.66%
G=19.00%
B=49.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120721870.360.6100.27265.0445.8250.78
Hex7848BB243D01B1092e33
Octal17011027344750334115663
Binary1111000100100010111011100100111101011011100001001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7848BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7848BB; }

 p { color: rgb(120,72,187); }

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

<style>
 a { background-color: #7848BB; }

 a { background-color: rgb(120,72,187); }

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

<style>
 span { border-color: #7848BB; }

 span { border-color: rgb(120,72,187); }

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