Html Css Color HEX #764ACC Slate Blue

📋 copy color: '#764ACC'

red 118 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #764ACC

Tints of Slate Blue #764ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 29.8%
G = 18.69%
B = 51.52%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#764ACC (or 0x764ACC) is known color: Slate Blue. HEX triplet: 76, 4A and CC. RGB value is (118,74,204). Sum of RGB (Red+Green+Blue) = 118+74+204=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #764ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ACC is #89B533. Grayscale: #656565. Windows color (decimal): -9024820 or 13388406. OLE color: 13388406.

HSL color Cylindrical-coordinate representation of color #764ACC: hue angle of 260.31º degrees, saturation: 0.56, 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 #764ACC is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 74 204 -
CMYK 0.42 0.64 0 0.2
HSL 260.31º 0.56% 0.55% -
HSV(B) 260.31º 0.64% 0.8% -
XYZ 20.82 13.11 58.56 -
YUV 101.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 118 74 204 0.42 0.64 0 0.2 260.31 0.56 0.55
Hex 76 4A CC 2A 40 0 14 104 38 37
Octal 166 112 314 52 100 0 24 404 70 67
Binary 1110110 1001010 11001100 101010 1000000 0 10100 100000100 111000 110111

Color Harmonies of #764ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ACC

Black with #764ACC

Text Example


Text Example

White with #764ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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