#764CAB

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

Shades of Studio #764CAB

Tints of Studio #764CAB

Color information

#764CAB (or 0x764CAB) is unknown color: approx Studio. HEX triplet: 76, 4C and AB. RGB value is (118,76,171). Sum of RGB (Red+Green+Blue) = 118+76+171=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #764CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CAB is #89B354. Grayscale: #636363. Windows color (decimal): -9024341 or 11226230. OLE color: 11226230.

HSL color Cylindrical-coordinate representation of color #764CAB: hue angle of 266.53º degrees, saturation: 0.38, 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 #764CAB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11876171-
CMYK0.310.5600.33
HSL266.53º38.46%48.43%-
HSV(B)266.53º55.56%67.06%-
XYZ17.4111.9639.92-
YUV99.39168.41141.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=32.33%
G=20.82%
B=46.85%

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
Decimal118761710.310.5600.33266.5338.4648.43
Hex764CAB1F3802110b2630
Octal16611425337700414134660
Binary1110110100110010101011111111110000100001100001011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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