Html Css Color HEX #764DC6 Slate Blue

📋 copy color: '#764DC6'

red 118 ◦ green 77 ◦ blue 198

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

Shades of Slate Blue #764DC6

Tints of Slate Blue #764DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.38%

R = 30.03%
G = 19.59%
B = 50.38%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#764DC6 (or 0x764DC6) is known color: Slate Blue. HEX triplet: 76, 4D and C6. RGB value is (118,77,198). Sum of RGB (Red+Green+Blue) = 118+77+198=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #764DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DC6 is #89B239. Grayscale: #666666. Windows color (decimal): -9024058 or 12995958. OLE color: 12995958.

HSL color Cylindrical-coordinate representation of color #764DC6: hue angle of 260.33º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764DC6 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 77 198 -
CMYK 0.40 0.61 0 0.22
HSL 260.33º 0.51% 0.54% -
HSV(B) 260.33º 0.61% 0.78% -
XYZ 20.32 13.24 54.91 -
YUV 103.05 181.58 138.66 -
System Red Green Blue C M Y K H S L
Decimal 118 77 198 0.40 0.61 0 0.22 260.33 0.51 0.54
Hex 76 4D C6 28 3D 0 16 104 33 36
Octal 166 115 306 50 75 0 26 404 63 66
Binary 1110110 1001101 11000110 101000 111101 0 10110 100000100 110011 110110

Color Harmonies of #764DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DC6

Black with #764DC6

Text Example


Text Example

White with #764DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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