#764CB9

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

Shades of Studio #764CB9

Tints of Studio #764CB9

Color information

#764CB9 (or 0x764CB9) is unknown color: approx Studio. HEX triplet: 76, 4C and B9. RGB value is (118,76,185). Sum of RGB (Red+Green+Blue) = 118+76+185=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #764CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CB9 is #89B346. Grayscale: #646464. Windows color (decimal): -9024327 or 12143734. OLE color: 12143734.

HSL color Cylindrical-coordinate representation of color #764CB9: hue angle of 263.12º 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 #764CB9 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11876185-
CMYK0.360.5900.27
HSL263.12º43.78%51.18%-
HSV(B)263.12º58.92%72.55%-
XYZ18.8112.5247.32-
YUV100.98175.41140.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 185 (72.66% from 255) = 48.81%
R=31.13%
G=20.05%
B=48.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118761850.360.5900.27263.1243.7851.18
Hex764CB9243B01B1072c33
Octal16611427144730334075463
Binary1110110100110010111001100100111011011011100000111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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