#764ca4

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

Shades of Studio #764CA4

Tints of Studio #764CA4

Color information

#764CA4 (or 0x764CA4) is unknown color: approx Studio. HEX triplet: 76, 4C and A4. RGB value is (118,76,164). Sum of RGB (Red+Green+Blue) = 118+76+164=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #764CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CA4 is #89B35B. Grayscale: #626262. Windows color (decimal): -9024348 or 10767478. OLE color: 10767478.

HSL color Cylindrical-coordinate representation of color #764CA4: hue angle of 268.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764CA4 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11876164-
CMYK0.280.5400.36
HSL268.64º36.67%47.06%-
HSV(B)268.64º53.66%64.31%-
XYZ16.7611.736.5-
YUV98.59164.91141.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=32.96%
G=21.23%
B=45.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118761640.280.5400.36268.6436.6747.06
Hex764CA41C3602410d252f
Octal16611424434660444154557
Binary1110110100110010100100111001101100100100100001101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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