Html Css Color HEX #724BDF Slate Blue

📋 copy color: '#724BDF'

red 114 ◦ green 75 ◦ blue 223

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

Shades of Slate Blue #724BDF

Tints of Slate Blue #724BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 27.67%
G = 18.2%
B = 54.13%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#724BDF (or 0x724BDF) is known color: Slate Blue. HEX triplet: 72, 4B and DF. RGB value is (114,75,223). Sum of RGB (Red+Green+Blue) = 114+75+223=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #724BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BDF is #8DB420. Grayscale: #666666. Windows color (decimal): -9286689 or 14633842. OLE color: 14633842.

HSL color Cylindrical-coordinate representation of color #724BDF: hue angle of 255.81º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724BDF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 75 223 -
CMYK 0.49 0.66 0 0.13
HSL 255.81º 0.7% 0.58% -
HSV(B) 255.81º 0.66% 0.87% -
XYZ 22.77 13.94 71.3 -
YUV 103.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 114 75 223 0.49 0.66 0 0.13 255.81 0.7 0.58
Hex 72 4B DF 31 42 0 D 100 46 3A
Octal 162 113 337 61 102 0 15 400 106 72
Binary 1110010 1001011 11011111 110001 1000010 0 1101 100000000 1000110 111010

Color Harmonies of #724BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BDF

Black with #724BDF

Text Example


Text Example

White with #724BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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