Html Css Color HEX #724BC5 Slate Blue

📋 copy color: '#724BC5'

red 114 ◦ green 75 ◦ blue 197

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

Shades of Slate Blue #724BC5

Tints of Slate Blue #724BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.43%

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

R = 29.53%
G = 19.43%
B = 51.04%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#724BC5 (or 0x724BC5) is known color: Slate Blue. HEX triplet: 72, 4B and C5. RGB value is (114,75,197). Sum of RGB (Red+Green+Blue) = 114+75+197=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #724BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BC5 is #8DB43A. Grayscale: #646464. Windows color (decimal): -9286715 or 12929906. OLE color: 12929906.

HSL color Cylindrical-coordinate representation of color #724BC5: hue angle of 259.18º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724BC5 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 75 197 -
CMYK 0.42 0.62 0 0.23
HSL 259.18º 0.51% 0.53% -
HSV(B) 259.18º 0.62% 0.77% -
XYZ 19.53 12.64 54.23 -
YUV 100.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 114 75 197 0.42 0.62 0 0.23 259.18 0.51 0.53
Hex 72 4B C5 2A 3E 0 17 103 33 35
Octal 162 113 305 52 76 0 27 403 63 65
Binary 1110010 1001011 11000101 101010 111110 0 10111 100000011 110011 110101

Color Harmonies of #724BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BC5

Black with #724BC5

Text Example


Text Example

White with #724BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,75,197); }

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

background-color css

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

 a { background-color: rgb(114,75,197); }

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

border-color css

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

 span { border-color: rgb(114,75,197); }

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