#764198

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

Shades of Studio #764198

Tints of Studio #764198

Color information

#764198 (or 0x764198) is unknown color: approx Studio. HEX triplet: 76, 41 and 98. RGB value is (118,65,152). Sum of RGB (Red+Green+Blue) = 118+65+152=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #764198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764198 is #89BE67. Grayscale: #5A5A5A. Windows color (decimal): -9027176 or 9978230. OLE color: 9978230.

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

Color convert

RGB11865152-
CMYK0.220.5700.40
HSL276.55º40.09%42.55%-
HSV(B)276.55º57.24%59.61%-
XYZ15.039.930.82-
YUV90.76162.56147.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=35.22%
G=19.40%
B=45.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118651520.220.5700.40276.5540.0942.55
Hex7641981639028115282b
Octal16610123026710504255053
Binary1110110100000110011000101101110010101000100010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764198; }

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

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

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

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

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

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

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

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