#764B99

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

Shades of Studio #764B99

Tints of Studio #764B99

Color information

#764B99 (or 0x764B99) is unknown color: approx Studio. HEX triplet: 76, 4B and 99. RGB value is (118,75,153). Sum of RGB (Red+Green+Blue) = 118+75+153=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #764B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B99 is #89B466. Grayscale: #606060. Windows color (decimal): -9024615 or 10046326. OLE color: 10046326.

HSL color Cylindrical-coordinate representation of color #764B99: hue angle of 273.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764B99 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11875153-
CMYK0.230.5100.4
HSL273.08º34.21%44.71%-
HSV(B)273.08º50.98%60%-
XYZ15.7411.1831.47-
YUV96.75159.75143.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=34.10%
G=21.68%
B=44.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118751530.230.5100.4273.0834.2144.71
Hex764B991733028111222d
Octal16611323127630504214255
Binary1110110100101110011001101111100110101000100010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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