#784fb8

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

Shades of Studio #784FB8

Tints of Studio #784FB8

Color information

#784FB8 (or 0x784FB8) is unknown color: approx Studio. HEX triplet: 78, 4F and B8. RGB value is (120,79,184). Sum of RGB (Red+Green+Blue) = 120+79+184=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #784FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FB8 is #87B047. Grayscale: #666666. Windows color (decimal): -8892488 or 12078968. OLE color: 12078968.

HSL color Cylindrical-coordinate representation of color #784FB8: hue angle of 263.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784FB8 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12079184-
CMYK0.350.5700.28
HSL263.43º42.51%51.57%-
HSV(B)263.43º57.07%72.16%-
XYZ19.1913.0546.85-
YUV103.23173.58139.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=31.33%
G=20.63%
B=48.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120791840.350.5700.28263.4342.5151.57
Hex784FB8233901C1072b34
Octal17011727043710344075364
Binary1111000100111110111000100011111001011100100000111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,184); }

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

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

 a { background-color: rgb(120,79,184); }

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

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

 span { border-color: rgb(120,79,184); }

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