#764BAC

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

Shades of Studio #764BAC

Tints of Studio #764BAC

Color information

#764BAC (or 0x764BAC) is unknown color: approx Studio. HEX triplet: 76, 4B and AC. RGB value is (118,75,172). Sum of RGB (Red+Green+Blue) = 118+75+172=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #764BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BAC is #89B453. Grayscale: #626262. Windows color (decimal): -9024596 or 11291510. OLE color: 11291510.

HSL color Cylindrical-coordinate representation of color #764BAC: hue angle of 266.6º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764BAC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11875172-
CMYK0.310.5600.33
HSL266.6º39.27%48.43%-
HSV(B)266.6º56.4%67.45%-
XYZ17.4311.8640.4-
YUV98.92169.25141.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=32.33%
G=20.55%
B=47.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118751720.310.5600.33266.639.2748.43
Hex764BAC1F3802110b2730
Octal16611325437700414134760
Binary1110110100101110101100111111110000100001100001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,172); }

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

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

 a { background-color: rgb(118,75,172); }

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

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

 span { border-color: rgb(118,75,172); }

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