#784BB6

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

Shades of Studio #784BB6

Tints of Studio #784BB6

Color information

#784BB6 (or 0x784BB6) is unknown color: approx Studio. HEX triplet: 78, 4B and B6. RGB value is (120,75,182). Sum of RGB (Red+Green+Blue) = 120+75+182=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #784BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BB6 is #87B449. Grayscale: #646464. Windows color (decimal): -8893514 or 11946872. OLE color: 11946872.

HSL color Cylindrical-coordinate representation of color #784BB6: hue angle of 265.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #784BB6 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12075182-
CMYK0.340.5900.29
HSL265.23º42.29%50.39%-
HSV(B)265.23º58.79%71.37%-
XYZ18.7112.445.66-
YUV100.65173.91141.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=31.83%
G=19.89%
B=48.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120751820.340.5900.29265.2342.2950.39
Hex784BB6223B01D1092a32
Octal17011326642730354115262
Binary1111000100101110110110100010111011011101100001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784BB6; }

 p { color: rgb(120,75,182); }

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

<style>
 a { background-color: #784BB6; }

 a { background-color: rgb(120,75,182); }

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

<style>
 span { border-color: #784BB6; }

 span { border-color: rgb(120,75,182); }

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