#764CBA

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

Shades of Studio #764CBA

Tints of Studio #764CBA

Color information

#764CBA (or 0x764CBA) is unknown color: approx Studio. HEX triplet: 76, 4C and BA. RGB value is (118,76,186). Sum of RGB (Red+Green+Blue) = 118+76+186=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #764CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CBA is #89B345. Grayscale: #646464. Windows color (decimal): -9024326 or 12209270. OLE color: 12209270.

HSL color Cylindrical-coordinate representation of color #764CBA: hue angle of 262.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764CBA is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11876186-
CMYK0.370.5900.27
HSL262.91º44.35%51.37%-
HSV(B)262.91º59.14%72.94%-
XYZ18.9212.5747.88-
YUV101.1175.91140.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=31.05%
G=20%
B=48.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118761860.370.5900.27262.9144.3551.37
Hex764CBA253B01B1072c33
Octal16611427245730334075463
Binary1110110100110010111010100101111011011011100000111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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