Html Css Color HEX #724BCD Slate Blue

📋 copy color: '#724BCD'

red 114 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #724BCD

Tints of Slate Blue #724BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 28.93%
G = 19.04%
B = 52.03%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#724BCD (or 0x724BCD) is known color: Slate Blue. HEX triplet: 72, 4B and CD. RGB value is (114,75,205). Sum of RGB (Red+Green+Blue) = 114+75+205=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #724BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BCD is #8DB432. Grayscale: #646464. Windows color (decimal): -9286707 or 13454194. OLE color: 13454194.

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

Color convert

RGB 114 75 205 -
CMYK 0.44 0.63 0 0.20
HSL 258º 0.57% 0.55% -
HSV(B) 258º 0.63% 0.8% -
XYZ 20.47 13.02 59.19 -
YUV 101.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 114 75 205 0.44 0.63 0 0.20 258 0.57 0.55
Hex 72 4B CD 2C 3F 0 14 102 39 37
Octal 162 113 315 54 77 0 24 402 71 67
Binary 1110010 1001011 11001101 101100 111111 0 10100 100000010 111001 110111

Color Harmonies of #724BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BCD

Black with #724BCD

Text Example


Text Example

White with #724BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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