Html Css Color HEX #764DA5 Studio

📋 copy color: '#764DA5'

red 118 ◦ green 77 ◦ blue 165

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

Shades of Studio #764DA5

Tints of Studio #764DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.83%

R = 32.78%
G = 21.39%
B = 45.83%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#764DA5 (or 0x764DA5) is known color: Studio. HEX triplet: 76, 4D and A5. RGB value is (118,77,165). Sum of RGB (Red+Green+Blue) = 118+77+165=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #764DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DA5 is #89B25A. Grayscale: #626262. Windows color (decimal): -9024091 or 10833270. OLE color: 10833270.

HSL color Cylindrical-coordinate representation of color #764DA5: hue angle of 267.95º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764DA5 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 77 165 -
CMYK 0.28 0.53 0 0.35
HSL 267.95º 0.36% 0.47% -
HSV(B) 267.95º 0.53% 0.65% -
XYZ 16.92 11.88 37 -
YUV 99.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 118 77 165 0.28 0.53 0 0.35 267.95 0.36 0.47
Hex 76 4D A5 1C 35 0 23 10C 24 2F
Octal 166 115 245 34 65 0 43 414 44 57
Binary 1110110 1001101 10100101 11100 110101 0 100011 100001100 100100 101111

Color Harmonies of #764DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DA5

Black with #764DA5

Text Example


Text Example

White with #764DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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