Html Css Color HEX #764F9E Studio

📋 copy color: '#764F9E'

red 118 ◦ green 79 ◦ blue 158

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

Shades of Studio #764F9E

Tints of Studio #764F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 33.24%
G = 22.25%
B = 44.51%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#764F9E (or 0x764F9E) is known color: Studio. HEX triplet: 76, 4F and 9E. RGB value is (118,79,158). Sum of RGB (Red+Green+Blue) = 118+79+158=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #764F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F9E is #89B061. Grayscale: #636363. Windows color (decimal): -9023586 or 10375030. OLE color: 10375030.

HSL color Cylindrical-coordinate representation of color #764F9E: hue angle of 269.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764F9E is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 79 158 -
CMYK 0.25 0.50 0 0.38
HSL 269.62º 0.33% 0.46% -
HSV(B) 269.62º 0.5% 0.62% -
XYZ 16.44 11.91 33.78 -
YUV 99.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 118 79 158 0.25 0.50 0 0.38 269.62 0.33 0.46
Hex 76 4F 9E 19 32 0 26 10E 21 2E
Octal 166 117 236 31 62 0 46 416 41 56
Binary 1110110 1001111 10011110 11001 110010 0 100110 100001110 100001 101110

Color Harmonies of #764F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F9E

Black with #764F9E

Text Example


Text Example

White with #764F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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