Html Css Color HEX #764FA7 Studio

📋 copy color: '#764FA7'

red 118 ◦ green 79 ◦ blue 167

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

Shades of Studio #764FA7

Tints of Studio #764FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.88%

R = 32.42%
G = 21.7%
B = 45.88%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#764FA7 (or 0x764FA7) is known color: Studio. HEX triplet: 76, 4F and A7. RGB value is (118,79,167). Sum of RGB (Red+Green+Blue) = 118+79+167=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 167 (65.62% from 255 or 45.88% from 364); Max value from RGB is 167 - color contains mainly: blue. Hex color #764FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764FA7 is #89B058. Grayscale: #646464. Windows color (decimal): -9023577 or 10964854. OLE color: 10964854.

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

Color convert

RGB 118 79 167 -
CMYK 0.29 0.53 0 0.35
HSL 266.59º 0.36% 0.48% -
HSV(B) 266.59º 0.53% 0.65% -
XYZ 17.24 12.23 38.01 -
YUV 100.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 118 79 167 0.29 0.53 0 0.35 266.59 0.36 0.48
Hex 76 4F A7 1D 35 0 23 10B 24 30
Octal 166 117 247 35 65 0 43 413 44 60
Binary 1110110 1001111 10100111 11101 110101 0 100011 100001011 100100 110000

Color Harmonies of #764FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FA7

Black with #764FA7

Text Example


Text Example

White with #764FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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