Html Css Color HEX #764B9C Studio

📋 copy color: '#764B9C'

red 118 ◦ green 75 ◦ blue 156

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

Shades of Studio #764B9C

Tints of Studio #764B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 33.81%
G = 21.49%
B = 44.7%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#764B9C (or 0x764B9C) is known color: Studio. HEX triplet: 76, 4B and 9C. RGB value is (118,75,156). Sum of RGB (Red+Green+Blue) = 118+75+156=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #764B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B9C is #89B463. Grayscale: #606060. Windows color (decimal): -9024612 or 10242934. OLE color: 10242934.

HSL color Cylindrical-coordinate representation of color #764B9C: hue angle of 271.85º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764B9C is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 75 156 -
CMYK 0.24 0.52 0 0.39
HSL 271.85º 0.35% 0.45% -
HSV(B) 271.85º 0.52% 0.61% -
XYZ 15.99 11.28 32.79 -
YUV 97.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 118 75 156 0.24 0.52 0 0.39 271.85 0.35 0.45
Hex 76 4B 9C 18 34 0 27 110 23 2D
Octal 166 113 234 30 64 0 47 420 43 55
Binary 1110110 1001011 10011100 11000 110100 0 100111 100010000 100011 101101

Color Harmonies of #764B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B9C

Black with #764B9C

Text Example


Text Example

White with #764B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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