Html Css Color HEX #764DDD Slate Blue

📋 copy color: '#764DDD'

red 118 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #764DDD

Tints of Slate Blue #764DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 28.37%
G = 18.51%
B = 53.13%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#764DDD (or 0x764DDD) is known color: Slate Blue. HEX triplet: 76, 4D and DD. RGB value is (118,77,221). Sum of RGB (Red+Green+Blue) = 118+77+221=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #764DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DDD is #89B222. Grayscale: #696969. Windows color (decimal): -9024035 or 14503286. OLE color: 14503286.

HSL color Cylindrical-coordinate representation of color #764DDD: hue angle of 257.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764DDD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 77 221 -
CMYK 0.47 0.65 0 0.13
HSL 257.08º 0.68% 0.58% -
HSV(B) 257.08º 0.65% 0.87% -
XYZ 23.18 14.38 69.96 -
YUV 105.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 118 77 221 0.47 0.65 0 0.13 257.08 0.68 0.58
Hex 76 4D DD 2F 41 0 D 101 44 3A
Octal 166 115 335 57 101 0 15 401 104 72
Binary 1110110 1001101 11011101 101111 1000001 0 1101 100000001 1000100 111010

Color Harmonies of #764DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DDD

Black with #764DDD

Text Example


Text Example

White with #764DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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