Html Css Color HEX #764DDE Slate Blue

📋 copy color: '#764DDE'

red 118 ◦ green 77 ◦ blue 222

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

Shades of Slate Blue #764DDE

Tints of Slate Blue #764DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 28.3%
G = 18.47%
B = 53.24%

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

#764DDE (or 0x764DDE) is known color: Slate Blue. HEX triplet: 76, 4D and DE. RGB value is (118,77,222). Sum of RGB (Red+Green+Blue) = 118+77+222=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #764DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DDE is #89B221. Grayscale: #696969. Windows color (decimal): -9024034 or 14568822. OLE color: 14568822.

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

Color convert

RGB 118 77 222 -
CMYK 0.47 0.65 0 0.13
HSL 256.97º 0.69% 0.59% -
HSV(B) 256.97º 0.65% 0.87% -
XYZ 23.31 14.43 70.66 -
YUV 105.79 193.58 136.71 -
System Red Green Blue C M Y K H S L
Decimal 118 77 222 0.47 0.65 0 0.13 256.97 0.69 0.59
Hex 76 4D DE 2F 41 0 D 101 45 3B
Octal 166 115 336 57 101 0 15 401 105 73
Binary 1110110 1001101 11011110 101111 1000001 0 1101 100000001 1000101 111011

Color Harmonies of #764DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DDE

Black with #764DDE

Text Example


Text Example

White with #764DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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