Html Css Color HEX #764FC5 Slate Blue

📋 copy color: '#764FC5'

red 118 ◦ green 79 ◦ blue 197

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

Shades of Slate Blue #764FC5

Tints of Slate Blue #764FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50%

R = 29.95%
G = 20.05%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#764FC5 (or 0x764FC5) is known color: Slate Blue. HEX triplet: 76, 4F and C5. RGB value is (118,79,197). Sum of RGB (Red+Green+Blue) = 118+79+197=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #764FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FC5 is #89B03A. Grayscale: #676767. Windows color (decimal): -9023547 or 12930934. OLE color: 12930934.

HSL color Cylindrical-coordinate representation of color #764FC5: hue angle of 259.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764FC5 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 79 197 -
CMYK 0.40 0.60 0 0.23
HSL 259.83º 0.5% 0.54% -
HSV(B) 259.83º 0.6% 0.77% -
XYZ 20.35 13.47 54.35 -
YUV 104.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 118 79 197 0.40 0.60 0 0.23 259.83 0.5 0.54
Hex 76 4F C5 28 3C 0 17 104 32 36
Octal 166 117 305 50 74 0 27 404 62 66
Binary 1110110 1001111 11000101 101000 111100 0 10111 100000100 110010 110110

Color Harmonies of #764FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FC5

Black with #764FC5

Text Example


Text Example

White with #764FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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