Html Css Color HEX #724AC1 Slate Blue

📋 copy color: '#724AC1'

red 114 ◦ green 74 ◦ blue 193

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

Shades of Slate Blue #724AC1

Tints of Slate Blue #724AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

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

R = 29.92%
G = 19.42%
B = 50.66%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#724AC1 (or 0x724AC1) is known color: Slate Blue. HEX triplet: 72, 4A and C1. RGB value is (114,74,193). Sum of RGB (Red+Green+Blue) = 114+74+193=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #724AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724AC1 is #8DB53E. Grayscale: #636363. Windows color (decimal): -9286975 or 12667506. OLE color: 12667506.

HSL color Cylindrical-coordinate representation of color #724AC1: hue angle of 260.17º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724AC1 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 74 193 -
CMYK 0.41 0.62 0 0.24
HSL 260.17º 0.49% 0.52% -
HSV(B) 260.17º 0.62% 0.76% -
XYZ 19.01 12.33 51.83 -
YUV 99.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 114 74 193 0.41 0.62 0 0.24 260.17 0.49 0.52
Hex 72 4A C1 29 3E 0 18 104 31 34
Octal 162 112 301 51 76 0 30 404 61 64
Binary 1110010 1001010 11000001 101001 111110 0 11000 100000100 110001 110100

Color Harmonies of #724AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724AC1

Black with #724AC1

Text Example


Text Example

White with #724AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724AC1; }

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

 H1.HeaderClassName
 {
   color: #724AC1;
 }
 .AnyTagClassName
 {
   color: #724AC1;
 }
</style>

background-color css

<style>
 a { background-color: #724AC1; }

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

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

border-color css

<style>
 span { border-color: #724AC1; }

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

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