Html Css Color HEX #764DCF Slate Blue

📋 copy color: '#764DCF'

red 118 ◦ green 77 ◦ blue 207

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

Shades of Slate Blue #764DCF

Tints of Slate Blue #764DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 29.35%
G = 19.15%
B = 51.49%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#764DCF (or 0x764DCF) is known color: Slate Blue. HEX triplet: 76, 4D and CF. RGB value is (118,77,207). Sum of RGB (Red+Green+Blue) = 118+77+207=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #764DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DCF is #89B230. Grayscale: #676767. Windows color (decimal): -9024049 or 13585782. OLE color: 13585782.

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

Color convert

RGB 118 77 207 -
CMYK 0.43 0.63 0 0.19
HSL 258.92º 0.58% 0.56% -
HSV(B) 258.92º 0.63% 0.81% -
XYZ 21.39 13.66 60.54 -
YUV 104.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 118 77 207 0.43 0.63 0 0.19 258.92 0.58 0.56
Hex 76 4D CF 2B 3F 0 13 103 3A 38
Octal 166 115 317 53 77 0 23 403 72 70
Binary 1110110 1001101 11001111 101011 111111 0 10011 100000011 111010 111000

Color Harmonies of #764DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DCF

Black with #764DCF

Text Example


Text Example

White with #764DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,207); }

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

background-color css

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

 a { background-color: rgb(118,77,207); }

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

border-color css

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

 span { border-color: rgb(118,77,207); }

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