Html Css Color HEX #7454C1 Slate Blue

📋 copy color: '#7454C1'

red 116 ◦ green 84 ◦ blue 193

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

Shades of Slate Blue #7454C1

Tints of Slate Blue #7454C1

RGB

 RED value IS 116 (45.7% from 255) = 29.52%

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

 BLUE value IS 193 (75.78% from 255) = 49.11%

R = 29.52%
G = 21.37%
B = 49.11%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7454C1 (or 0x7454C1) is known color: Slate Blue. HEX triplet: 74, 54 and C1. RGB value is (116,84,193). Sum of RGB (Red+Green+Blue) = 116+84+193=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #7454C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7454C1 is #8BAB3E. Grayscale: #696969. Windows color (decimal): -9153343 or 12670068. OLE color: 12670068.

HSL color Cylindrical-coordinate representation of color #7454C1: hue angle of 257.61º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7454C1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 84 193 -
CMYK 0.40 0.56 0 0.24
HSL 257.61º 0.47% 0.54% -
HSV(B) 257.61º 0.56% 0.76% -
XYZ 20 13.9 52.08 -
YUV 105.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 116 84 193 0.40 0.56 0 0.24 257.61 0.47 0.54
Hex 74 54 C1 28 38 0 18 102 2F 36
Octal 164 124 301 50 70 0 30 402 57 66
Binary 1110100 1010100 11000001 101000 111000 0 11000 100000010 101111 110110

Color Harmonies of #7454C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7454C1

Black with #7454C1

Text Example


Text Example

White with #7454C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7454C1; }

 p { color: rgb(116,84,193); }

 H1.HeaderClassName
 {
   color: #7454C1;
 }
 .AnyTagClassName
 {
   color: #7454C1;
 }
</style>

background-color css

<style>
 a { background-color: #7454C1; }

 a { background-color: rgb(116,84,193); }

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

border-color css

<style>
 span { border-color: #7454C1; }

 span { border-color: rgb(116,84,193); }

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