Html Css Color HEX #724CC3 Slate Blue

📋 copy color: '#724CC3'

red 114 ◦ green 76 ◦ blue 195

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

Shades of Slate Blue #724CC3

Tints of Slate Blue #724CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

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

R = 29.61%
G = 19.74%
B = 50.65%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#724CC3 (or 0x724CC3) is known color: Slate Blue. HEX triplet: 72, 4C and C3. RGB value is (114,76,195). Sum of RGB (Red+Green+Blue) = 114+76+195=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #724CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CC3 is #8DB33C. Grayscale: #646464. Windows color (decimal): -9286461 or 12799090. OLE color: 12799090.

HSL color Cylindrical-coordinate representation of color #724CC3: hue angle of 259.16º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724CC3 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 76 195 -
CMYK 0.42 0.61 0 0.24
HSL 259.16º 0.5% 0.53% -
HSV(B) 259.16º 0.61% 0.76% -
XYZ 19.37 12.69 53.06 -
YUV 100.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 114 76 195 0.42 0.61 0 0.24 259.16 0.5 0.53
Hex 72 4C C3 2A 3D 0 18 103 32 35
Octal 162 114 303 52 75 0 30 403 62 65
Binary 1110010 1001100 11000011 101010 111101 0 11000 100000011 110010 110101

Color Harmonies of #724CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CC3

Black with #724CC3

Text Example


Text Example

White with #724CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,76,195); }

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

background-color css

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

 a { background-color: rgb(114,76,195); }

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

border-color css

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

 span { border-color: rgb(114,76,195); }

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