#764EAF

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

Shades of Studio #764EAF

Tints of Studio #764EAF

Color information

#764EAF (or 0x764EAF) is unknown color: approx Studio. HEX triplet: 76, 4E and AF. RGB value is (118,78,175). Sum of RGB (Red+Green+Blue) = 118+78+175=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #764EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EAF is #89B150. Grayscale: #646464. Windows color (decimal): -9023825 or 11488886. OLE color: 11488886.

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

Color convert

RGB11878175-
CMYK0.330.5500.31
HSL264.74º38.34%49.61%-
HSV(B)264.74º55.43%68.63%-
XYZ17.9312.442-
YUV101.02169.75140.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=31.81%
G=21.02%
B=47.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118781750.330.5500.31264.7438.3449.61
Hex764EAF213701F1092632
Octal16611625741670374114662
Binary1110110100111010101111100001110111011111100001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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