Html Css Color HEX #7254C1 Slate Blue

📋 copy color: '#7254C1'

red 114 ◦ green 84 ◦ blue 193

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

Shades of Slate Blue #7254C1

Tints of Slate Blue #7254C1

RGB

 RED value IS 114 (44.92% from 255) = 29.16%

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

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

R = 29.16%
G = 21.48%
B = 49.36%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7254C1 (or 0x7254C1) is known color: Slate Blue. HEX triplet: 72, 54 and C1. RGB value is (114,84,193). Sum of RGB (Red+Green+Blue) = 114+84+193=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #7254C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254C1 is #8DAB3E. Grayscale: #686868. Windows color (decimal): -9284415 or 12670066. OLE color: 12670066.

HSL color Cylindrical-coordinate representation of color #7254C1: hue angle of 256.51º 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 #7254C1 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 84 193 -
CMYK 0.41 0.56 0 0.24
HSL 256.51º 0.47% 0.54% -
HSV(B) 256.51º 0.56% 0.76% -
XYZ 19.74 13.77 52.07 -
YUV 105.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 114 84 193 0.41 0.56 0 0.24 256.51 0.47 0.54
Hex 72 54 C1 29 38 0 18 101 2F 36
Octal 162 124 301 51 70 0 30 401 57 66
Binary 1110010 1010100 11000001 101001 111000 0 11000 100000001 101111 110110

Color Harmonies of #7254C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7254C1

Black with #7254C1

Text Example


Text Example

White with #7254C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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