Html Css Color HEX #764ACD Slate Blue

📋 copy color: '#764ACD'

red 118 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #764ACD

Tints of Slate Blue #764ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 29.72%
G = 18.64%
B = 51.64%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#764ACD (or 0x764ACD) is known color: Slate Blue. HEX triplet: 76, 4A and CD. RGB value is (118,74,205). Sum of RGB (Red+Green+Blue) = 118+74+205=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #764ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ACD is #89B532. Grayscale: #656565. Windows color (decimal): -9024819 or 13453942. OLE color: 13453942.

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

Color convert

RGB 118 74 205 -
CMYK 0.42 0.64 0 0.20
HSL 260.15º 0.57% 0.55% -
HSV(B) 260.15º 0.64% 0.8% -
XYZ 20.94 13.16 59.19 -
YUV 102.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 118 74 205 0.42 0.64 0 0.20 260.15 0.57 0.55
Hex 76 4A CD 2A 40 0 14 104 39 37
Octal 166 112 315 52 100 0 24 404 71 67
Binary 1110110 1001010 11001101 101010 1000000 0 10100 100000100 111001 110111

Color Harmonies of #764ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ACD

Black with #764ACD

Text Example


Text Example

White with #764ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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