#784BBD

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

Shades of Studio #784BBD

Tints of Studio #784BBD

Color information

#784BBD (or 0x784BBD) is unknown color: approx Studio. HEX triplet: 78, 4B and BD. RGB value is (120,75,189). Sum of RGB (Red+Green+Blue) = 120+75+189=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #784BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BBD is #87B442. Grayscale: #656565. Windows color (decimal): -8893507 or 12405624. OLE color: 12405624.

HSL color Cylindrical-coordinate representation of color #784BBD: hue angle of 263.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784BBD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12075189-
CMYK0.370.6000.26
HSL263.68º46.34%51.76%-
HSV(B)263.68º60.32%74.12%-
XYZ19.4512.749.57-
YUV101.45177.41141.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=31.25%
G=19.53%
B=49.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120751890.370.6000.26263.6846.3451.76
Hex784BBD253C01A1082e34
Octal17011327545740324105664
Binary1111000100101110111101100101111100011010100001000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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