#784EBB

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

Shades of Studio #784EBB

Tints of Studio #784EBB

Color information

#784EBB (or 0x784EBB) is unknown color: approx Studio. HEX triplet: 78, 4E and BB. RGB value is (120,78,187). Sum of RGB (Red+Green+Blue) = 120+78+187=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #784EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EBB is #87B144. Grayscale: #666666. Windows color (decimal): -8892741 or 12275320. OLE color: 12275320.

HSL color Cylindrical-coordinate representation of color #784EBB: hue angle of 263.12º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784EBB is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12078187-
CMYK0.360.5800.27
HSL263.12º44.49%51.96%-
HSV(B)263.12º58.29%73.33%-
XYZ19.4413.0348.5-
YUV102.98175.41140.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=31.17%
G=20.26%
B=48.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120781870.360.5800.27263.1244.4951.96
Hex784EBB243A01B1072c34
Octal17011627344720334075464
Binary1111000100111010111011100100111010011011100000111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,78,187); }

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

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

 a { background-color: rgb(120,78,187); }

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

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

 span { border-color: rgb(120,78,187); }

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