#764cb8

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

Shades of Studio #764CB8

Tints of Studio #764CB8

Color information

#764CB8 (or 0x764CB8) is unknown color: approx Studio. HEX triplet: 76, 4C and B8. RGB value is (118,76,184). Sum of RGB (Red+Green+Blue) = 118+76+184=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #764CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CB8 is #89B347. Grayscale: #646464. Windows color (decimal): -9024328 or 12078198. OLE color: 12078198.

HSL color Cylindrical-coordinate representation of color #764CB8: hue angle of 263.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764CB8 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11876184-
CMYK0.360.5900.28
HSL263.33º43.2%50.98%-
HSV(B)263.33º58.7%72.16%-
XYZ18.7112.4846.77-
YUV100.87174.91140.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=31.22%
G=20.11%
B=48.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118761840.360.5900.28263.3343.250.98
Hex764CB8243B01C1072b33
Octal16611427044730344075363
Binary1110110100110010111000100100111011011100100000111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764cb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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