Html Css Color HEX #7754C3 Slate Blue

📋 copy color: '#7754C3'

red 119 ◦ green 84 ◦ blue 195

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

Shades of Slate Blue #7754C3

Tints of Slate Blue #7754C3

RGB

 RED value IS 119 (46.88% from 255) = 29.9%

 GREEN value IS 84 (33.2% from 255) = 21.11%

 BLUE value IS 195 (76.56% from 255) = 48.99%

R = 29.9%
G = 21.11%
B = 48.99%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7754C3 (or 0x7754C3) is known color: Slate Blue. HEX triplet: 77, 54 and C3. RGB value is (119,84,195). Sum of RGB (Red+Green+Blue) = 119+84+195=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #7754C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754C3 is #88AB3C. Grayscale: #6A6A6A. Windows color (decimal): -8956733 or 12801143. OLE color: 12801143.

HSL color Cylindrical-coordinate representation of color #7754C3: hue angle of 258.92º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7754C3 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 84 195 -
CMYK 0.39 0.57 0 0.24
HSL 258.92º 0.48% 0.55% -
HSV(B) 258.92º 0.57% 0.76% -
XYZ 20.63 14.2 53.28 -
YUV 107.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 119 84 195 0.39 0.57 0 0.24 258.92 0.48 0.55
Hex 77 54 C3 27 39 0 18 103 30 37
Octal 167 124 303 47 71 0 30 403 60 67
Binary 1110111 1010100 11000011 100111 111001 0 11000 100000011 110000 110111

Color Harmonies of #7754C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7754C3

Black with #7754C3

Text Example


Text Example

White with #7754C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7754C3; }

 p { color: rgb(119,84,195); }

 H1.HeaderClassName
 {
   color: #7754C3;
 }
 .AnyTagClassName
 {
   color: #7754C3;
 }
</style>

background-color css

<style>
 a { background-color: #7754C3; }

 a { background-color: rgb(119,84,195); }

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

border-color css

<style>
 span { border-color: #7754C3; }

 span { border-color: rgb(119,84,195); }

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