#764AB6

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

Shades of Studio #764AB6

Tints of Studio #764AB6

Color information

#764AB6 (or 0x764AB6) is unknown color: approx Studio. HEX triplet: 76, 4A and B6. RGB value is (118,74,182). Sum of RGB (Red+Green+Blue) = 118+74+182=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #764AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764AB6 is #89B549. Grayscale: #636363. Windows color (decimal): -9024842 or 11946614. OLE color: 11946614.

HSL color Cylindrical-coordinate representation of color #764AB6: hue angle of 264.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764AB6 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11874182-
CMYK0.350.5900.29
HSL264.44º42.52%50.2%-
HSV(B)264.44º59.34%71.37%-
XYZ18.3612.1345.63-
YUV99.47174.58141.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=31.55%
G=19.79%
B=48.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118741820.350.5900.29264.4442.5250.2
Hex764AB6233B01D1082b32
Octal16611226643730354105362
Binary1110110100101010110110100011111011011101100001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,74,182); }

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

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

 a { background-color: rgb(118,74,182); }

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

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

 span { border-color: rgb(118,74,182); }

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