Html Css Color HEX #764DB2 Studio

📋 copy color: '#764DB2'

red 118 ◦ green 77 ◦ blue 178

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

Shades of Studio #764DB2

Tints of Studio #764DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

 BLUE value IS 178 (69.92% from 255) = 47.72%

R = 31.64%
G = 20.64%
B = 47.72%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#764DB2 (or 0x764DB2) is known color: Studio. HEX triplet: 76, 4D and B2. RGB value is (118,77,178). Sum of RGB (Red+Green+Blue) = 118+77+178=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #764DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DB2 is #89B24D. Grayscale: #646464. Windows color (decimal): -9024078 or 11685238. OLE color: 11685238.

HSL color Cylindrical-coordinate representation of color #764DB2: hue angle of 264.36º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764DB2 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 77 178 -
CMYK 0.34 0.57 0 0.30
HSL 264.36º 0.4% 0.5% -
HSV(B) 264.36º 0.57% 0.7% -
XYZ 18.16 12.37 43.55 -
YUV 100.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 118 77 178 0.34 0.57 0 0.30 264.36 0.4 0.5
Hex 76 4D B2 22 39 0 1E 108 28 32
Octal 166 115 262 42 71 0 36 410 50 62
Binary 1110110 1001101 10110010 100010 111001 0 11110 100001000 101000 110010

Color Harmonies of #764DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DB2

Black with #764DB2

Text Example


Text Example

White with #764DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,178); }

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

background-color css

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

 a { background-color: rgb(118,77,178); }

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

border-color css

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

 span { border-color: rgb(118,77,178); }

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