#773FB8

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

Shades of Studio #773FB8

Tints of Studio #773FB8

Color information

#773FB8 (or 0x773FB8) is unknown color: approx Studio. HEX triplet: 77, 3F and B8. RGB value is (119,63,184). Sum of RGB (Red+Green+Blue) = 119+63+184=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #773FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FB8 is #88C047. Grayscale: #5D5D5D. Windows color (decimal): -8962120 or 12074871. OLE color: 12074871.

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

Color convert

RGB11963184-
CMYK0.350.6600.28
HSL267.77º48.99%48.43%-
HSV(B)267.77º65.76%72.16%-
XYZ18.0410.9446.51-
YUV93.54179.05146.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 184 (72.27% from 255) = 50.27%
R=32.51%
G=17.21%
B=50.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119631840.350.6600.28267.7748.9948.43
Hex773FB8234201C10c3130
Octal16777270431020344146160
Binary1110111111111101110001000111000010011100100001100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773FB8; }

 p { color: rgb(119,63,184); }

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

<style>
 a { background-color: #773FB8; }

 a { background-color: rgb(119,63,184); }

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

<style>
 span { border-color: #773FB8; }

 span { border-color: rgb(119,63,184); }

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