Html Css Color HEX #764F95 Studio

📋 copy color: '#764F95'

red 118 ◦ green 79 ◦ blue 149

#764F95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #764F95

Tints of Studio #764F95

RGB

 RED value IS 118 (46.48% from 255) = 34.1%

 GREEN value IS 79 (31.25% from 255) = 22.83%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 34.1%
G = 22.83%
B = 43.06%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764F95 (or 0x764F95) is known color: Studio. HEX triplet: 76, 4F and 95. RGB value is (118,79,149). Sum of RGB (Red+Green+Blue) = 118+79+149=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #764F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F95 is #89B06A. Grayscale: #626262. Windows color (decimal): -9023595 or 9785206. OLE color: 9785206.

HSL color Cylindrical-coordinate representation of color #764F95: hue angle of 273.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764F95 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 79 149 -
CMYK 0.21 0.47 0 0.42
HSL 273.43º 0.31% 0.45% -
HSV(B) 273.43º 0.47% 0.58% -
XYZ 15.69 11.61 29.85 -
YUV 98.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 118 79 149 0.21 0.47 0 0.42 273.43 0.31 0.45
Hex 76 4F 95 15 2F 0 2A 111 1F 2D
Octal 166 117 225 25 57 0 52 421 37 55
Binary 1110110 1001111 10010101 10101 101111 0 101010 100010001 11111 101101

Color Harmonies of #764F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F95

Black with #764F95

Text Example


Text Example

White with #764F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #764F95;
 }
 .AnyTagClassName
 {
   color: #764F95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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