#78509A

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

Shades of Studio #78509A

Tints of Studio #78509A

Color information

#78509A (or 0x78509A) is unknown color: approx Studio. HEX triplet: 78, 50 and 9A. RGB value is (120,80,154). Sum of RGB (Red+Green+Blue) = 120+80+154=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #78509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78509A is #87AF65. Grayscale: #646464. Windows color (decimal): -8892262 or 10113144. OLE color: 10113144.

HSL color Cylindrical-coordinate representation of color #78509A: hue angle of 272.43º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78509A is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12080154-
CMYK0.220.4800.40
HSL272.43º31.62%45.88%-
HSV(B)272.43º48.05%60.39%-
XYZ16.4512.0632.03-
YUV100.4158.25141.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=33.90%
G=22.60%
B=43.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120801540.220.4800.40272.4331.6245.88
Hex78509A1630028110202e
Octal17012023226600504204056
Binary1111000101000010011010101101100000101000100010000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78509A; }

 p { color: rgb(120,80,154); }

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

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

 a { background-color: rgb(120,80,154); }

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

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

 span { border-color: rgb(120,80,154); }

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