#78439E

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

Shades of Studio #78439E

Tints of Studio #78439E

Color information

#78439E (or 0x78439E) is unknown color: approx Studio. HEX triplet: 78, 43 and 9E. RGB value is (120,67,158). Sum of RGB (Red+Green+Blue) = 120+67+158=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #78439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78439E is #87BC61. Grayscale: #5C5C5C. Windows color (decimal): -8895586 or 10371960. OLE color: 10371960.

HSL color Cylindrical-coordinate representation of color #78439E: hue angle of 274.95º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78439E is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12067158-
CMYK0.240.5800.38
HSL274.95º40.44%44.12%-
HSV(B)274.95º57.59%61.96%-
XYZ15.9210.4833.53-
YUV93.22164.56147.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=34.78%
G=19.42%
B=45.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120671580.240.5800.38274.9540.4444.12
Hex78439E183A026113282c
Octal17010323630720464235054
Binary1111000100001110011110110001110100100110100010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78439E; }

 p { color: rgb(120,67,158); }

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

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

 a { background-color: rgb(120,67,158); }

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

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

 span { border-color: rgb(120,67,158); }

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