#784098

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

Shades of Studio #784098

Tints of Studio #784098

Color information

#784098 (or 0x784098) is unknown color: approx Studio. HEX triplet: 78, 40 and 98. RGB value is (120,64,152). Sum of RGB (Red+Green+Blue) = 120+64+152=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #784098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784098 is #87BF67. Grayscale: #5A5A5A. Windows color (decimal): -8896360 or 9977976. OLE color: 9977976.

HSL color Cylindrical-coordinate representation of color #784098: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784098 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12064152-
CMYK0.210.5800.40
HSL278.18º40.74%42.35%-
HSV(B)278.18º57.89%59.61%-
XYZ15.259.9330.82-
YUV90.78162.55148.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=35.71%
G=19.05%
B=45.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120641520.210.5800.40278.1840.7442.35
Hex784098153A028116292a
Octal17010023025720504265152
Binary1111000100000010011000101011110100101000100010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784098; }

 p { color: rgb(120,64,152); }

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

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

 a { background-color: rgb(120,64,152); }

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

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

 span { border-color: rgb(120,64,152); }

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