Html Css Color HEX #764DDA Slate Blue

📋 copy color: '#764DDA'

red 118 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #764DDA

Tints of Slate Blue #764DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 28.57%
G = 18.64%
B = 52.78%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#764DDA (or 0x764DDA) is known color: Slate Blue. HEX triplet: 76, 4D and DA. RGB value is (118,77,218). Sum of RGB (Red+Green+Blue) = 118+77+218=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #764DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DDA is #89B225. Grayscale: #686868. Windows color (decimal): -9024038 or 14306678. OLE color: 14306678.

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

Color convert

RGB 118 77 218 -
CMYK 0.46 0.65 0 0.15
HSL 257.45º 0.66% 0.58% -
HSV(B) 257.45º 0.65% 0.85% -
XYZ 22.78 14.22 67.87 -
YUV 105.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 118 77 218 0.46 0.65 0 0.15 257.45 0.66 0.58
Hex 76 4D DA 2E 41 0 F 101 42 3A
Octal 166 115 332 56 101 0 17 401 102 72
Binary 1110110 1001101 11011010 101110 1000001 0 1111 100000001 1000010 111010

Color Harmonies of #764DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DDA

Black with #764DDA

Text Example


Text Example

White with #764DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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