Html Css Color HEX #724BE0 Slate Blue

📋 copy color: '#724BE0'

red 114 ◦ green 75 ◦ blue 224

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

Shades of Slate Blue #724BE0

Tints of Slate Blue #724BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.24%

R = 27.6%
G = 18.16%
B = 54.24%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#724BE0 (or 0x724BE0) is known color: Slate Blue. HEX triplet: 72, 4B and E0. RGB value is (114,75,224). Sum of RGB (Red+Green+Blue) = 114+75+224=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #724BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BE0 is #8DB41F. Grayscale: #676767. Windows color (decimal): -9286688 or 14699378. OLE color: 14699378.

HSL color Cylindrical-coordinate representation of color #724BE0: hue angle of 255.7º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724BE0 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 75 224 -
CMYK 0.49 0.67 0 0.12
HSL 255.7º 0.71% 0.59% -
HSV(B) 255.7º 0.67% 0.88% -
XYZ 22.91 13.99 72.01 -
YUV 103.65 195.92 135.38 -
System Red Green Blue C M Y K H S L
Decimal 114 75 224 0.49 0.67 0 0.12 255.7 0.71 0.59
Hex 72 4B E0 31 43 0 C 100 47 3B
Octal 162 113 340 61 103 0 14 400 107 73
Binary 1110010 1001011 11100000 110001 1000011 0 1100 100000000 1000111 111011

Color Harmonies of #724BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BE0

Black with #724BE0

Text Example


Text Example

White with #724BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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