#7842BB

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

Shades of Studio #7842BB

Tints of Studio #7842BB

Color information

#7842BB (or 0x7842BB) is unknown color: approx Studio. HEX triplet: 78, 42 and BB. RGB value is (120,66,187). Sum of RGB (Red+Green+Blue) = 120+66+187=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #7842BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7842BB is #87BD44. Grayscale: #5F5F5F. Windows color (decimal): -8895813 or 12272248. OLE color: 12272248.

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

Color convert

RGB12066187-
CMYK0.360.6500.27
HSL266.78º47.83%49.61%-
HSV(B)266.78º64.71%73.33%-
XYZ18.6611.4848.25-
YUV95.94179.39145.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=32.17%
G=17.69%
B=50.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120661870.360.6500.27266.7847.8349.61
Hex7842BB244101B10b3032
Octal170102273441010334136062
Binary11110001000010101110111001001000001011011100001011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7842BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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