Html Css Color HEX #764FDC Slate Blue

📋 copy color: '#764FDC'

red 118 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #764FDC

Tints of Slate Blue #764FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.94%

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 28.3%
G = 18.94%
B = 52.76%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#764FDC (or 0x764FDC) is known color: Slate Blue. HEX triplet: 76, 4F and DC. RGB value is (118,79,220). Sum of RGB (Red+Green+Blue) = 118+79+220=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #764FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FDC is #89B023. Grayscale: #6A6A6A. Windows color (decimal): -9023524 or 14438262. OLE color: 14438262.

HSL color Cylindrical-coordinate representation of color #764FDC: hue angle of 256.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764FDC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 79 220 -
CMYK 0.46 0.64 0 0.14
HSL 256.6º 0.67% 0.59% -
HSV(B) 256.6º 0.64% 0.86% -
XYZ 23.19 14.61 69.31 -
YUV 106.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 118 79 220 0.46 0.64 0 0.14 256.6 0.67 0.59
Hex 76 4F DC 2E 40 0 E 101 43 3B
Octal 166 117 334 56 100 0 16 401 103 73
Binary 1110110 1001111 11011100 101110 1000000 0 1110 100000001 1000011 111011

Color Harmonies of #764FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FDC

Black with #764FDC

Text Example


Text Example

White with #764FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,220); }

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

background-color css

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

 a { background-color: rgb(118,79,220); }

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

border-color css

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

 span { border-color: rgb(118,79,220); }

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