Html Css Color HEX #764FD6 Slate Blue

📋 copy color: '#764FD6'

red 118 ◦ green 79 ◦ blue 214

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

Shades of Slate Blue #764FD6

Tints of Slate Blue #764FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.22%

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

R = 28.71%
G = 19.22%
B = 52.07%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#764FD6 (or 0x764FD6) is known color: Slate Blue. HEX triplet: 76, 4F and D6. RGB value is (118,79,214). Sum of RGB (Red+Green+Blue) = 118+79+214=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #764FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FD6 is #89B029. Grayscale: #696969. Windows color (decimal): -9023530 or 14045046. OLE color: 14045046.

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

Color convert

RGB 118 79 214 -
CMYK 0.45 0.63 0 0.16
HSL 257.33º 0.62% 0.57% -
HSV(B) 257.33º 0.63% 0.84% -
XYZ 22.4 14.3 65.2 -
YUV 106.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 118 79 214 0.45 0.63 0 0.16 257.33 0.62 0.57
Hex 76 4F D6 2D 3F 0 10 101 3E 39
Octal 166 117 326 55 77 0 20 401 76 71
Binary 1110110 1001111 11010110 101101 111111 0 10000 100000001 111110 111001

Color Harmonies of #764FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FD6

Black with #764FD6

Text Example


Text Example

White with #764FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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