Html Css Color HEX #724FCC Slate Blue

📋 copy color: '#724FCC'

red 114 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #724FCC

Tints of Slate Blue #724FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 28.72%
G = 19.9%
B = 51.39%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#724FCC (or 0x724FCC) is known color: Slate Blue. HEX triplet: 72, 4F and CC. RGB value is (114,79,204). Sum of RGB (Red+Green+Blue) = 114+79+204=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #724FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FCC is #8DB033. Grayscale: #676767. Windows color (decimal): -9285684 or 13389682. OLE color: 13389682.

HSL color Cylindrical-coordinate representation of color #724FCC: hue angle of 256.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724FCC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 79 204 -
CMYK 0.44 0.61 0 0.2
HSL 256.8º 0.55% 0.55% -
HSV(B) 256.8º 0.61% 0.8% -
XYZ 20.63 13.53 58.65 -
YUV 103.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 114 79 204 0.44 0.61 0 0.2 256.8 0.55 0.55
Hex 72 4F CC 2C 3D 0 14 101 37 37
Octal 162 117 314 54 75 0 24 401 67 67
Binary 1110010 1001111 11001100 101100 111101 0 10100 100000001 110111 110111

Color Harmonies of #724FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FCC

Black with #724FCC

Text Example


Text Example

White with #724FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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