Html Css Color HEX #764AA9 Studio

📋 copy color: '#764AA9'

red 118 ◦ green 74 ◦ blue 169

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

Shades of Studio #764AA9

Tints of Studio #764AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

 BLUE value IS 169 (66.41% from 255) = 46.81%

R = 32.69%
G = 20.5%
B = 46.81%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#764AA9 (or 0x764AA9) is known color: Studio. HEX triplet: 76, 4A and A9. RGB value is (118,74,169). Sum of RGB (Red+Green+Blue) = 118+74+169=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #764AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764AA9 is #89B556. Grayscale: #616161. Windows color (decimal): -9024855 or 11094646. OLE color: 11094646.

HSL color Cylindrical-coordinate representation of color #764AA9: hue angle of 267.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764AA9 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 74 169 -
CMYK 0.30 0.56 0 0.34
HSL 267.79º 0.39% 0.48% -
HSV(B) 267.79º 0.56% 0.66% -
XYZ 17.08 11.61 38.88 -
YUV 97.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 118 74 169 0.30 0.56 0 0.34 267.79 0.39 0.48
Hex 76 4A A9 1E 38 0 22 10C 27 30
Octal 166 112 251 36 70 0 42 414 47 60
Binary 1110110 1001010 10101001 11110 111000 0 100010 100001100 100111 110000

Color Harmonies of #764AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AA9

Black with #764AA9

Text Example


Text Example

White with #764AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,169); }

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

background-color css

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

 a { background-color: rgb(118,74,169); }

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

border-color css

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

 span { border-color: rgb(118,74,169); }

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