Html Css Color HEX #764B95 Studio

📋 copy color: '#764B95'

red 118 ◦ green 75 ◦ blue 149

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

Shades of Studio #764B95

Tints of Studio #764B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 34.5%
G = 21.93%
B = 43.57%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764B95 (or 0x764B95) is known color: Studio. HEX triplet: 76, 4B and 95. RGB value is (118,75,149). Sum of RGB (Red+Green+Blue) = 118+75+149=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #764B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B95 is #89B46A. Grayscale: #606060. Windows color (decimal): -9024619 or 9784182. OLE color: 9784182.

HSL color Cylindrical-coordinate representation of color #764B95: hue angle of 274.86º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764B95 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 75 149 -
CMYK 0.21 0.50 0 0.42
HSL 274.86º 0.33% 0.44% -
HSV(B) 274.86º 0.5% 0.58% -
XYZ 15.41 11.05 29.76 -
YUV 96.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 118 75 149 0.21 0.50 0 0.42 274.86 0.33 0.44
Hex 76 4B 95 15 32 0 2A 113 21 2C
Octal 166 113 225 25 62 0 52 423 41 54
Binary 1110110 1001011 10010101 10101 110010 0 101010 100010011 100001 101100

Color Harmonies of #764B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B95

Black with #764B95

Text Example


Text Example

White with #764B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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