Html Css Color HEX #764BDA Slate Blue

📋 copy color: '#764BDA'

red 118 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #764BDA

Tints of Slate Blue #764BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.25%

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

R = 28.71%
G = 18.25%
B = 53.04%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#764BDA (or 0x764BDA) is known color: Slate Blue. HEX triplet: 76, 4B and DA. RGB value is (118,75,218). Sum of RGB (Red+Green+Blue) = 118+75+218=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #764BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BDA is #89B425. Grayscale: #676767. Windows color (decimal): -9024550 or 14306166. OLE color: 14306166.

HSL color Cylindrical-coordinate representation of color #764BDA: hue angle of 258.04º degrees, saturation: 0.66, 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 #764BDA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 75 218 -
CMYK 0.46 0.66 0 0.15
HSL 258.04º 0.66% 0.57% -
HSV(B) 258.04º 0.66% 0.85% -
XYZ 22.64 13.95 67.83 -
YUV 104.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 118 75 218 0.46 0.66 0 0.15 258.04 0.66 0.57
Hex 76 4B DA 2E 42 0 F 102 42 39
Octal 166 113 332 56 102 0 17 402 102 71
Binary 1110110 1001011 11011010 101110 1000010 0 1111 100000010 1000010 111001

Color Harmonies of #764BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BDA

Black with #764BDA

Text Example


Text Example

White with #764BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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