Html Css Color HEX #764B94 Studio

📋 copy color: '#764B94'

red 118 ◦ green 75 ◦ blue 148

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

Shades of Studio #764B94

Tints of Studio #764B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

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

R = 34.6%
G = 21.99%
B = 43.4%

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

#764B94 (or 0x764B94) is known color: Studio. HEX triplet: 76, 4B and 94. RGB value is (118,75,148). Sum of RGB (Red+Green+Blue) = 118+75+148=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #764B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B94 is #89B46B. Grayscale: #5F5F5F. Windows color (decimal): -9024620 or 9718646. OLE color: 9718646.

HSL color Cylindrical-coordinate representation of color #764B94: hue angle of 275.34º degrees, saturation: 0.33, 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 #764B94 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 75 148 -
CMYK 0.20 0.49 0 0.42
HSL 275.34º 0.33% 0.44% -
HSV(B) 275.34º 0.49% 0.58% -
XYZ 15.33 11.02 29.34 -
YUV 96.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 118 75 148 0.20 0.49 0 0.42 275.34 0.33 0.44
Hex 76 4B 94 14 31 0 2A 113 21 2C
Octal 166 113 224 24 61 0 52 423 41 54
Binary 1110110 1001011 10010100 10100 110001 0 101010 100010011 100001 101100

Color Harmonies of #764B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B94

Black with #764B94

Text Example


Text Example

White with #764B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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