Html Css Color HEX #764ACE Slate Blue

📋 copy color: '#764ACE'

red 118 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #764ACE

Tints of Slate Blue #764ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 29.65%
G = 18.59%
B = 51.76%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#764ACE (or 0x764ACE) is known color: Slate Blue. HEX triplet: 76, 4A and CE. RGB value is (118,74,206). Sum of RGB (Red+Green+Blue) = 118+74+206=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #764ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ACE is #89B531. Grayscale: #656565. Windows color (decimal): -9024818 or 13519478. OLE color: 13519478.

HSL color Cylindrical-coordinate representation of color #764ACE: hue angle of 260º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764ACE is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 74 206 -
CMYK 0.43 0.64 0 0.19
HSL 260º 0.57% 0.55% -
HSV(B) 260º 0.64% 0.81% -
XYZ 21.06 13.21 59.83 -
YUV 102.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 118 74 206 0.43 0.64 0 0.19 260 0.57 0.55
Hex 76 4A CE 2B 40 0 13 104 39 37
Octal 166 112 316 53 100 0 23 404 71 67
Binary 1110110 1001010 11001110 101011 1000000 0 10011 100000100 111001 110111

Color Harmonies of #764ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ACE

Black with #764ACE

Text Example


Text Example

White with #764ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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