Html Css Color HEX #764C94 Studio

📋 copy color: '#764C94'

red 118 ◦ green 76 ◦ blue 148

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

Shades of Studio #764C94

Tints of Studio #764C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 34.5%
G = 22.22%
B = 43.27%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764C94 (or 0x764C94) is known color: Studio. HEX triplet: 76, 4C and 94. RGB value is (118,76,148). Sum of RGB (Red+Green+Blue) = 118+76+148=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #764C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C94 is #89B36B. Grayscale: #606060. Windows color (decimal): -9024364 or 9718902. OLE color: 9718902.

HSL color Cylindrical-coordinate representation of color #764C94: hue angle of 275º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764C94 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 76 148 -
CMYK 0.20 0.49 0 0.42
HSL 275º 0.32% 0.44% -
HSV(B) 275º 0.49% 0.58% -
XYZ 15.4 11.16 29.36 -
YUV 96.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 118 76 148 0.20 0.49 0 0.42 275 0.32 0.44
Hex 76 4C 94 14 31 0 2A 113 20 2C
Octal 166 114 224 24 61 0 52 423 40 54
Binary 1110110 1001100 10010100 10100 110001 0 101010 100010011 100000 101100

Color Harmonies of #764C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C94

Black with #764C94

Text Example


Text Example

White with #764C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,148); }

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

background-color css

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

 a { background-color: rgb(118,76,148); }

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

border-color css

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

 span { border-color: rgb(118,76,148); }

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