#764FB6

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

Shades of Studio #764FB6

Tints of Studio #764FB6

Color information

#764FB6 (or 0x764FB6) is unknown color: approx Studio. HEX triplet: 76, 4F and B6. RGB value is (118,79,182). Sum of RGB (Red+Green+Blue) = 118+79+182=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #764FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FB6 is #89B049. Grayscale: #666666. Windows color (decimal): -9023562 or 11947894. OLE color: 11947894.

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

Color convert

RGB11879182-
CMYK0.350.5700.29
HSL262.72º41.37%51.18%-
HSV(B)262.72º56.59%71.37%-
XYZ18.7112.8245.74-
YUV102.4172.92139.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 182 (71.48% from 255) = 48.02%
R=31.13%
G=20.84%
B=48.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118791820.350.5700.29262.7241.3751.18
Hex764FB6233901D1072933
Octal16611726643710354075163
Binary1110110100111110110110100011111001011101100000111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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