#764DAF

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

Shades of Studio #764DAF

Tints of Studio #764DAF

Color information

#764DAF (or 0x764DAF) is unknown color: approx Studio. HEX triplet: 76, 4D and AF. RGB value is (118,77,175). Sum of RGB (Red+Green+Blue) = 118+77+175=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #764DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DAF is #89B250. Grayscale: #646464. Windows color (decimal): -9024081 or 11488630. OLE color: 11488630.

HSL color Cylindrical-coordinate representation of color #764DAF: hue angle of 265.1º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764DAF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11877175-
CMYK0.330.5600.31
HSL265.1º38.89%49.41%-
HSV(B)265.1º56%68.63%-
XYZ17.8612.2541.98-
YUV100.43170.08140.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=31.89%
G=20.81%
B=47.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118771750.330.5600.31265.138.8949.41
Hex764DAF213801F1092731
Octal16611525741700374114761
Binary1110110100110110101111100001111000011111100001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764DAF; }

 p { color: rgb(118,77,175); }

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

<style>
 a { background-color: #764DAF; }

 a { background-color: rgb(118,77,175); }

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

<style>
 span { border-color: #764DAF; }

 span { border-color: rgb(118,77,175); }

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