#774DB3

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

Shades of Studio #774DB3

Tints of Studio #774DB3

Color information

#774DB3 (or 0x774DB3) is unknown color: approx Studio. HEX triplet: 77, 4D and B3. RGB value is (119,77,179). Sum of RGB (Red+Green+Blue) = 119+77+179=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #774DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DB3 is #88B24C. Grayscale: #646464. Windows color (decimal): -8958541 or 11750775. OLE color: 11750775.

HSL color Cylindrical-coordinate representation of color #774DB3: hue angle of 264.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774DB3 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11977179-
CMYK0.340.5700.30
HSL264.71º40.16%50.2%-
HSV(B)264.71º56.98%70.2%-
XYZ18.412.4844.09-
YUV101.19171.91140.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 77 (30.47% from 255) = 20.53%
BLUE value IS 179 (70.31% from 255) = 47.73%
R=31.73%
G=20.53%
B=47.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal119771790.340.5700.30264.7140.1650.2
Hex774DB3223901E1092832
Octal16711526342710364115062
Binary1110111100110110110011100010111001011110100001001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774DB3; }

 p { color: rgb(119,77,179); }

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

<style>
 a { background-color: #774DB3; }

 a { background-color: rgb(119,77,179); }

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

<style>
 span { border-color: #774DB3; }

 span { border-color: rgb(119,77,179); }

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