#764EB6

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

Shades of Studio #764EB6

Tints of Studio #764EB6

Color information

#764EB6 (or 0x764EB6) is unknown color: approx Studio. HEX triplet: 76, 4E and B6. RGB value is (118,78,182). Sum of RGB (Red+Green+Blue) = 118+78+182=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #764EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EB6 is #89B149. Grayscale: #656565. Windows color (decimal): -9023818 or 11947638. OLE color: 11947638.

HSL color Cylindrical-coordinate representation of color #764EB6: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764EB6 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11878182-
CMYK0.350.5700.29
HSL263.08º41.6%50.98%-
HSV(B)263.08º57.14%71.37%-
XYZ18.6412.6845.72-
YUV101.82173.25139.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=31.22%
G=20.63%
B=48.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118781820.350.5700.29263.0841.650.98
Hex764EB6233901D1072a33
Octal16611626643710354075263
Binary1110110100111010110110100011111001011101100000111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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