#764B94

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

Shades of Studio #764B94

Tints of Studio #764B94

Color information

#764B94 (or 0x764B94) is unknown color: approx Studio. HEX triplet: 76, 4B and 94. RGB value is (118,75,148). Sum of RGB (Red+Green+Blue) = 118+75+148=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #764B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B94 is #89B46B. Grayscale: #5F5F5F. Windows color (decimal): -9024620 or 9718646. OLE color: 9718646.

HSL color Cylindrical-coordinate representation of color #764B94: hue angle of 275.34º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764B94 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11875148-
CMYK0.200.4900.42
HSL275.34º32.74%43.73%-
HSV(B)275.34º49.32%58.04%-
XYZ15.3311.0229.34-
YUV96.18157.25143.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=34.60%
G=21.99%
B=43.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118751480.200.4900.42275.3432.7443.73
Hex764B94143102A113212c
Octal16611322424610524234154
Binary1110110100101110010100101001100010101010100010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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