Html Css Color HEX #724BCC Slate Blue

📋 copy color: '#724BCC'

red 114 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #724BCC

Tints of Slate Blue #724BCC

RGB

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

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

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

R = 29.01%
G = 19.08%
B = 51.91%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#724BCC (or 0x724BCC) is known color: Slate Blue. HEX triplet: 72, 4B and CC. RGB value is (114,75,204). Sum of RGB (Red+Green+Blue) = 114+75+204=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #724BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BCC is #8DB433. Grayscale: #646464. Windows color (decimal): -9286708 or 13388658. OLE color: 13388658.

HSL color Cylindrical-coordinate representation of color #724BCC: hue angle of 258.14º degrees, saturation: 0.56, 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 #724BCC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 75 204 -
CMYK 0.44 0.63 0 0.2
HSL 258.14º 0.56% 0.55% -
HSV(B) 258.14º 0.63% 0.8% -
XYZ 20.35 12.97 58.56 -
YUV 101.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 114 75 204 0.44 0.63 0 0.2 258.14 0.56 0.55
Hex 72 4B CC 2C 3F 0 14 102 38 37
Octal 162 113 314 54 77 0 24 402 70 67
Binary 1110010 1001011 11001100 101100 111111 0 10100 100000010 111000 110111

Color Harmonies of #724BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BCC

Black with #724BCC

Text Example


Text Example

White with #724BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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