Html Css Color HEX #764CC6 Slate Blue

📋 copy color: '#764CC6'

red 118 ◦ green 76 ◦ blue 198

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

Shades of Slate Blue #764CC6

Tints of Slate Blue #764CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.39%

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

R = 30.1%
G = 19.39%
B = 50.51%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#764CC6 (or 0x764CC6) is known color: Slate Blue. HEX triplet: 76, 4C and C6. RGB value is (118,76,198). Sum of RGB (Red+Green+Blue) = 118+76+198=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #764CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CC6 is #89B339. Grayscale: #666666. Windows color (decimal): -9024314 or 12995702. OLE color: 12995702.

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

Color convert

RGB 118 76 198 -
CMYK 0.40 0.62 0 0.22
HSL 260.66º 0.52% 0.54% -
HSV(B) 260.66º 0.62% 0.78% -
XYZ 20.25 13.1 54.89 -
YUV 102.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 118 76 198 0.40 0.62 0 0.22 260.66 0.52 0.54
Hex 76 4C C6 28 3E 0 16 105 34 36
Octal 166 114 306 50 76 0 26 405 64 66
Binary 1110110 1001100 11000110 101000 111110 0 10110 100000101 110100 110110

Color Harmonies of #764CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CC6

Black with #764CC6

Text Example


Text Example

White with #764CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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