Html Css Color HEX #764DAE Studio

📋 copy color: '#764DAE'

red 118 ◦ green 77 ◦ blue 174

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

Shades of Studio #764DAE

Tints of Studio #764DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 31.98%
G = 20.87%
B = 47.15%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#764DAE (or 0x764DAE) is known color: Studio. HEX triplet: 76, 4D and AE. RGB value is (118,77,174). Sum of RGB (Red+Green+Blue) = 118+77+174=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #764DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DAE is #89B251. Grayscale: #636363. Windows color (decimal): -9024082 or 11423094. OLE color: 11423094.

HSL color Cylindrical-coordinate representation of color #764DAE: hue angle of 265.36º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764DAE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 77 174 -
CMYK 0.32 0.56 0 0.32
HSL 265.36º 0.39% 0.49% -
HSV(B) 265.36º 0.56% 0.68% -
XYZ 17.77 12.22 41.47 -
YUV 100.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 118 77 174 0.32 0.56 0 0.32 265.36 0.39 0.49
Hex 76 4D AE 20 38 0 20 109 27 31
Octal 166 115 256 40 70 0 40 411 47 61
Binary 1110110 1001101 10101110 100000 111000 0 100000 100001001 100111 110001

Color Harmonies of #764DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DAE

Black with #764DAE

Text Example


Text Example

White with #764DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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