Html Css Color HEX #724FC0 Slate Blue

📋 copy color: '#724FC0'

red 114 ◦ green 79 ◦ blue 192

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

Shades of Slate Blue #724FC0

Tints of Slate Blue #724FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 29.61%
G = 20.52%
B = 49.87%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#724FC0 (or 0x724FC0) is known color: Slate Blue. HEX triplet: 72, 4F and C0. RGB value is (114,79,192). Sum of RGB (Red+Green+Blue) = 114+79+192=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #724FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FC0 is #8DB03F. Grayscale: #656565. Windows color (decimal): -9285696 or 12603250. OLE color: 12603250.

HSL color Cylindrical-coordinate representation of color #724FC0: hue angle of 258.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #724FC0 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 79 192 -
CMYK 0.41 0.59 0 0.25
HSL 258.58º 0.47% 0.53% -
HSV(B) 258.58º 0.59% 0.75% -
XYZ 19.25 12.98 51.36 -
YUV 102.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 114 79 192 0.41 0.59 0 0.25 258.58 0.47 0.53
Hex 72 4F C0 29 3B 0 19 103 2F 35
Octal 162 117 300 51 73 0 31 403 57 65
Binary 1110010 1001111 11000000 101001 111011 0 11001 100000011 101111 110101

Color Harmonies of #724FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FC0

Black with #724FC0

Text Example


Text Example

White with #724FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,79,192); }

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

background-color css

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

 a { background-color: rgb(114,79,192); }

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

border-color css

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

 span { border-color: rgb(114,79,192); }

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