#764CB5

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

Shades of Studio #764CB5

Tints of Studio #764CB5

Color information

#764CB5 (or 0x764CB5) is unknown color: approx Studio. HEX triplet: 76, 4C and B5. RGB value is (118,76,181). Sum of RGB (Red+Green+Blue) = 118+76+181=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #764CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CB5 is #89B34A. Grayscale: #646464. Windows color (decimal): -9024331 or 11881590. OLE color: 11881590.

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

Color convert

RGB11876181-
CMYK0.350.5800.29
HSL264º41.5%50.39%-
HSV(B)264º58.01%70.98%-
XYZ18.412.3645.13-
YUV100.53173.41140.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 181 (71.09% from 255) = 48.27%
R=31.47%
G=20.27%
B=48.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118761810.350.5800.2926441.550.39
Hex764CB5233A01D1082a32
Octal16611426543720354105262
Binary1110110100110010110101100011111010011101100001000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,76,181); }

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

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

 a { background-color: rgb(118,76,181); }

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

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

 span { border-color: rgb(118,76,181); }

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