Html Css Color HEX #764ADE Slate Blue

📋 copy color: '#764ADE'

red 118 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #764ADE

Tints of Slate Blue #764ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.87%

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

R = 28.5%
G = 17.87%
B = 53.62%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#764ADE (or 0x764ADE) is known color: Slate Blue. HEX triplet: 76, 4A and DE. RGB value is (118,74,222). Sum of RGB (Red+Green+Blue) = 118+74+222=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #764ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ADE is #89B521. Grayscale: #676767. Windows color (decimal): -9024802 or 14568054. OLE color: 14568054.

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

Color convert

RGB 118 74 222 -
CMYK 0.47 0.67 0 0.13
HSL 257.84º 0.69% 0.58% -
HSV(B) 257.84º 0.67% 0.87% -
XYZ 23.1 14.02 70.6 -
YUV 104.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 118 74 222 0.47 0.67 0 0.13 257.84 0.69 0.58
Hex 76 4A DE 2F 43 0 D 102 45 3A
Octal 166 112 336 57 103 0 15 402 105 72
Binary 1110110 1001010 11011110 101111 1000011 0 1101 100000010 1000101 111010

Color Harmonies of #764ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ADE

Black with #764ADE

Text Example


Text Example

White with #764ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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