#764BAF

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

Shades of Studio #764BAF

Tints of Studio #764BAF

Color information

#764BAF (or 0x764BAF) is unknown color: approx Studio. HEX triplet: 76, 4B and AF. RGB value is (118,75,175). Sum of RGB (Red+Green+Blue) = 118+75+175=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #764BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BAF is #89B450. Grayscale: #626262. Windows color (decimal): -9024593 or 11488118. OLE color: 11488118.

HSL color Cylindrical-coordinate representation of color #764BAF: hue angle of 265.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764BAF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11875175-
CMYK0.330.5700.31
HSL265.8º40%49.02%-
HSV(B)265.8º57.14%68.63%-
XYZ17.7311.9841.94-
YUV99.26170.75141.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=32.07%
G=20.38%
B=47.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118751750.330.5700.31265.84049.02
Hex764BAF213901F10a2831
Octal16611325741710374125061
Binary1110110100101110101111100001111001011111100001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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