#774FB4

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

Shades of Studio #774FB4

Tints of Studio #774FB4

Color information

#774FB4 (or 0x774FB4) is unknown color: approx Studio. HEX triplet: 77, 4F and B4. RGB value is (119,79,180). Sum of RGB (Red+Green+Blue) = 119+79+180=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #774FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FB4 is #88B04B. Grayscale: #666666. Windows color (decimal): -8958028 or 11816823. OLE color: 11816823.

HSL color Cylindrical-coordinate representation of color #774FB4: hue angle of 263.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774FB4 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11979180-
CMYK0.340.5600.29
HSL263.76º40.24%50.78%-
HSV(B)263.76º56.11%70.59%-
XYZ18.6412.8144.67-
YUV102.47171.75139.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=31.48%
G=20.90%
B=47.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119791800.340.5600.29263.7640.2450.78
Hex774FB4223801D1082833
Octal16711726442700354105063
Binary1110111100111110110100100010111000011101100001000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,79,180); }

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

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

 a { background-color: rgb(119,79,180); }

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

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

 span { border-color: rgb(119,79,180); }

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