Html Css Color HEX #764D9B Studio

📋 copy color: '#764D9B'

red 118 ◦ green 77 ◦ blue 155

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

Shades of Studio #764D9B

Tints of Studio #764D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 33.71%
G = 22%
B = 44.29%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#764D9B (or 0x764D9B) is known color: Studio. HEX triplet: 76, 4D and 9B. RGB value is (118,77,155). Sum of RGB (Red+Green+Blue) = 118+77+155=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #764D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D9B is #89B264. Grayscale: #616161. Windows color (decimal): -9024101 or 10177910. OLE color: 10177910.

HSL color Cylindrical-coordinate representation of color #764D9B: hue angle of 271.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764D9B is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 77 155 -
CMYK 0.24 0.50 0 0.39
HSL 271.54º 0.34% 0.45% -
HSV(B) 271.54º 0.5% 0.61% -
XYZ 16.04 11.53 32.39 -
YUV 98.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 118 77 155 0.24 0.50 0 0.39 271.54 0.34 0.45
Hex 76 4D 9B 18 32 0 27 110 22 2D
Octal 166 115 233 30 62 0 47 420 42 55
Binary 1110110 1001101 10011011 11000 110010 0 100111 100010000 100010 101101

Color Harmonies of #764D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D9B

Black with #764D9B

Text Example


Text Example

White with #764D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,155); }

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

background-color css

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

 a { background-color: rgb(118,77,155); }

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

border-color css

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

 span { border-color: rgb(118,77,155); }

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