Html Css Color HEX #764C9E Studio

📋 copy color: '#764C9E'

red 118 ◦ green 76 ◦ blue 158

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

Shades of Studio #764C9E

Tints of Studio #764C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.89%

R = 33.52%
G = 21.59%
B = 44.89%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#764C9E (or 0x764C9E) is known color: Studio. HEX triplet: 76, 4C and 9E. RGB value is (118,76,158). Sum of RGB (Red+Green+Blue) = 118+76+158=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #764C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C9E is #89B361. Grayscale: #616161. Windows color (decimal): -9024354 or 10374262. OLE color: 10374262.

HSL color Cylindrical-coordinate representation of color #764C9E: hue angle of 270.73º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764C9E is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 76 158 -
CMYK 0.25 0.52 0 0.38
HSL 270.73º 0.35% 0.46% -
HSV(B) 270.73º 0.52% 0.62% -
XYZ 16.23 11.49 33.71 -
YUV 97.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 118 76 158 0.25 0.52 0 0.38 270.73 0.35 0.46
Hex 76 4C 9E 19 34 0 26 10F 23 2E
Octal 166 114 236 31 64 0 46 417 43 56
Binary 1110110 1001100 10011110 11001 110100 0 100110 100001111 100011 101110

Color Harmonies of #764C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C9E

Black with #764C9E

Text Example


Text Example

White with #764C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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