Html Css Color HEX #764D9C Studio

📋 copy color: '#764D9C'

red 118 ◦ green 77 ◦ blue 156

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

Shades of Studio #764D9C

Tints of Studio #764D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 33.62%
G = 21.94%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#764D9C (or 0x764D9C) is known color: Studio. HEX triplet: 76, 4D and 9C. RGB value is (118,77,156). Sum of RGB (Red+Green+Blue) = 118+77+156=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #764D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D9C is #89B263. Grayscale: #616161. Windows color (decimal): -9024100 or 10243446. OLE color: 10243446.

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

Color convert

RGB 118 77 156 -
CMYK 0.24 0.51 0 0.39
HSL 271.14º 0.34% 0.46% -
HSV(B) 271.14º 0.51% 0.61% -
XYZ 16.13 11.56 32.83 -
YUV 98.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 118 77 156 0.24 0.51 0 0.39 271.14 0.34 0.46
Hex 76 4D 9C 18 33 0 27 10F 22 2E
Octal 166 115 234 30 63 0 47 417 42 56
Binary 1110110 1001101 10011100 11000 110011 0 100111 100001111 100010 101110

Color Harmonies of #764D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D9C

Black with #764D9C

Text Example


Text Example

White with #764D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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