Html Css Color HEX #724EC8 Slate Blue

📋 copy color: '#724EC8'

red 114 ◦ green 78 ◦ blue 200

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

Shades of Slate Blue #724EC8

Tints of Slate Blue #724EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.9%

 BLUE value IS 200 (78.52% from 255) = 51.02%

R = 29.08%
G = 19.9%
B = 51.02%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#724EC8 (or 0x724EC8) is known color: Slate Blue. HEX triplet: 72, 4E and C8. RGB value is (114,78,200). Sum of RGB (Red+Green+Blue) = 114+78+200=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #724EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EC8 is #8DB137. Grayscale: #666666. Windows color (decimal): -9285944 or 13127282. OLE color: 13127282.

HSL color Cylindrical-coordinate representation of color #724EC8: hue angle of 257.7º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724EC8 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 78 200 -
CMYK 0.43 0.61 0 0.22
HSL 257.7º 0.53% 0.55% -
HSV(B) 257.7º 0.61% 0.78% -
XYZ 20.09 13.2 56.13 -
YUV 102.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 114 78 200 0.43 0.61 0 0.22 257.7 0.53 0.55
Hex 72 4E C8 2B 3D 0 16 102 35 37
Octal 162 116 310 53 75 0 26 402 65 67
Binary 1110010 1001110 11001000 101011 111101 0 10110 100000010 110101 110111

Color Harmonies of #724EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724EC8

Black with #724EC8

Text Example


Text Example

White with #724EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,78,200); }

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

background-color css

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

 a { background-color: rgb(114,78,200); }

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

border-color css

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

 span { border-color: rgb(114,78,200); }

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