Html Css Color HEX #764AD8 Slate Blue

📋 copy color: '#764AD8'

red 118 ◦ green 74 ◦ blue 216

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

Shades of Slate Blue #764AD8

Tints of Slate Blue #764AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 28.92%
G = 18.14%
B = 52.94%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#764AD8 (or 0x764AD8) is known color: Slate Blue. HEX triplet: 76, 4A and D8. RGB value is (118,74,216). Sum of RGB (Red+Green+Blue) = 118+74+216=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #764AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764AD8 is #89B527. Grayscale: #666666. Windows color (decimal): -9024808 or 14174838. OLE color: 14174838.

HSL color Cylindrical-coordinate representation of color #764AD8: hue angle of 258.59º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764AD8 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 74 216 -
CMYK 0.45 0.66 0 0.15
HSL 258.59º 0.65% 0.57% -
HSV(B) 258.59º 0.66% 0.85% -
XYZ 22.31 13.71 66.44 -
YUV 103.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 118 74 216 0.45 0.66 0 0.15 258.59 0.65 0.57
Hex 76 4A D8 2D 42 0 F 103 41 39
Octal 166 112 330 55 102 0 17 403 101 71
Binary 1110110 1001010 11011000 101101 1000010 0 1111 100000011 1000001 111001

Color Harmonies of #764AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AD8

Black with #764AD8

Text Example


Text Example

White with #764AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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