Html Css Color HEX #764AD6 Slate Blue

📋 copy color: '#764AD6'

red 118 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #764AD6

Tints of Slate Blue #764AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 214 (83.98% from 255) = 52.71%

R = 29.06%
G = 18.23%
B = 52.71%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#764AD6 (or 0x764AD6) is known color: Slate Blue. HEX triplet: 76, 4A and D6. RGB value is (118,74,214). Sum of RGB (Red+Green+Blue) = 118+74+214=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #764AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764AD6 is #89B529. Grayscale: #666666. Windows color (decimal): -9024810 or 14043766. OLE color: 14043766.

HSL color Cylindrical-coordinate representation of color #764AD6: hue angle of 258.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764AD6 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 74 214 -
CMYK 0.45 0.65 0 0.16
HSL 258.86º 0.63% 0.56% -
HSV(B) 258.86º 0.65% 0.84% -
XYZ 22.06 13.6 65.08 -
YUV 103.12 190.58 138.62 -
System Red Green Blue C M Y K H S L
Decimal 118 74 214 0.45 0.65 0 0.16 258.86 0.63 0.56
Hex 76 4A D6 2D 41 0 10 103 3F 38
Octal 166 112 326 55 101 0 20 403 77 70
Binary 1110110 1001010 11010110 101101 1000001 0 10000 100000011 111111 111000

Color Harmonies of #764AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AD6

Black with #764AD6

Text Example


Text Example

White with #764AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,214); }

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

background-color css

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

 a { background-color: rgb(118,74,214); }

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

border-color css

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

 span { border-color: rgb(118,74,214); }

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