Html Css Color HEX #764DDB Slate Blue

📋 copy color: '#764DDB'

red 118 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #764DDB

Tints of Slate Blue #764DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 28.5%
G = 18.6%
B = 52.9%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#764DDB (or 0x764DDB) is known color: Slate Blue. HEX triplet: 76, 4D and DB. RGB value is (118,77,219). Sum of RGB (Red+Green+Blue) = 118+77+219=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #764DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DDB is #89B224. Grayscale: #686868. Windows color (decimal): -9024037 or 14372214. OLE color: 14372214.

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

Color convert

RGB 118 77 219 -
CMYK 0.46 0.65 0 0.14
HSL 257.32º 0.66% 0.58% -
HSV(B) 257.32º 0.65% 0.86% -
XYZ 22.91 14.27 68.57 -
YUV 105.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 118 77 219 0.46 0.65 0 0.14 257.32 0.66 0.58
Hex 76 4D DB 2E 41 0 E 101 42 3A
Octal 166 115 333 56 101 0 16 401 102 72
Binary 1110110 1001101 11011011 101110 1000001 0 1110 100000001 1000010 111010

Color Harmonies of #764DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DDB

Black with #764DDB

Text Example


Text Example

White with #764DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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