#774DAB

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

Shades of Studio #774DAB

Tints of Studio #774DAB

Color information

#774DAB (or 0x774DAB) is unknown color: approx Studio. HEX triplet: 77, 4D and AB. RGB value is (119,77,171). Sum of RGB (Red+Green+Blue) = 119+77+171=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #774DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DAB is #88B254. Grayscale: #636363. Windows color (decimal): -8958549 or 11226487. OLE color: 11226487.

HSL color Cylindrical-coordinate representation of color #774DAB: hue angle of 266.81º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774DAB is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11977171-
CMYK0.300.5500.33
HSL266.81º37.9%48.63%-
HSV(B)266.81º54.97%67.06%-
XYZ17.6112.1739.95-
YUV100.27167.91141.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=32.43%
G=20.98%
B=46.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119771710.300.5500.33266.8137.948.63
Hex774DAB1E3702110b2631
Octal16711525336670414134661
Binary1110111100110110101011111101101110100001100001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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