Html Css Color HEX #764DB6 Studio

📋 copy color: '#764DB6'

red 118 ◦ green 77 ◦ blue 182

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

Shades of Studio #764DB6

Tints of Studio #764DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 31.3%
G = 20.42%
B = 48.28%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#764DB6 (or 0x764DB6) is known color: Studio. HEX triplet: 76, 4D and B6. RGB value is (118,77,182). Sum of RGB (Red+Green+Blue) = 118+77+182=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #764DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DB6 is #89B249. Grayscale: #646464. Windows color (decimal): -9024074 or 11947382. OLE color: 11947382.

HSL color Cylindrical-coordinate representation of color #764DB6: hue angle of 263.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764DB6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 77 182 -
CMYK 0.35 0.58 0 0.29
HSL 263.43º 0.42% 0.51% -
HSV(B) 263.43º 0.58% 0.71% -
XYZ 18.57 12.54 45.7 -
YUV 101.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 118 77 182 0.35 0.58 0 0.29 263.43 0.42 0.51
Hex 76 4D B6 23 3A 0 1D 107 2A 33
Octal 166 115 266 43 72 0 35 407 52 63
Binary 1110110 1001101 10110110 100011 111010 0 11101 100000111 101010 110011

Color Harmonies of #764DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DB6

Black with #764DB6

Text Example


Text Example

White with #764DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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