#764CB4

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

Shades of Studio #764CB4

Tints of Studio #764CB4

Color information

#764CB4 (or 0x764CB4) is unknown color: approx Studio. HEX triplet: 76, 4C and B4. RGB value is (118,76,180). Sum of RGB (Red+Green+Blue) = 118+76+180=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #764CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CB4 is #89B34B. Grayscale: #646464. Windows color (decimal): -9024332 or 11816054. OLE color: 11816054.

HSL color Cylindrical-coordinate representation of color #764CB4: hue angle of 264.23º degrees, saturation: 0.41, 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 #764CB4 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11876180-
CMYK0.340.5800.29
HSL264.23º40.94%50.2%-
HSV(B)264.23º57.78%70.59%-
XYZ18.2912.3244.59-
YUV100.41172.91140.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 180 (70.70% from 255) = 48.13%
R=31.55%
G=20.32%
B=48.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118761800.340.5800.29264.2340.9450.2
Hex764CB4223A01D1082932
Octal16611426442720354105162
Binary1110110100110010110100100010111010011101100001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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