#764498

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

Shades of Studio #764498

Tints of Studio #764498

Color information

#764498 (or 0x764498) is unknown color: approx Studio. HEX triplet: 76, 44 and 98. RGB value is (118,68,152). Sum of RGB (Red+Green+Blue) = 118+68+152=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #764498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764498 is #89BB67. Grayscale: #5C5C5C. Windows color (decimal): -9026408 or 9978998. OLE color: 9978998.

HSL color Cylindrical-coordinate representation of color #764498: hue angle of 275.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764498 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11868152-
CMYK0.220.5500.40
HSL275.71º38.18%43.14%-
HSV(B)275.71º55.26%59.61%-
XYZ15.2110.2530.88-
YUV92.53161.56146.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=34.91%
G=20.12%
B=44.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118681520.220.5500.40275.7138.1843.14
Hex7644981637028114262b
Octal16610423026670504244653
Binary1110110100010010011000101101101110101000100010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764498; }

 p { color: rgb(118,68,152); }

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

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

 a { background-color: rgb(118,68,152); }

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

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

 span { border-color: rgb(118,68,152); }

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