Html Css Color HEX #724BDA Slate Blue

📋 copy color: '#724BDA'

red 114 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #724BDA

Tints of Slate Blue #724BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 28.01%
G = 18.43%
B = 53.56%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#724BDA (or 0x724BDA) is known color: Slate Blue. HEX triplet: 72, 4B and DA. RGB value is (114,75,218). Sum of RGB (Red+Green+Blue) = 114+75+218=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #724BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BDA is #8DB425. Grayscale: #666666. Windows color (decimal): -9286694 or 14306162. OLE color: 14306162.

HSL color Cylindrical-coordinate representation of color #724BDA: hue angle of 256.36º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724BDA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 75 218 -
CMYK 0.48 0.66 0 0.15
HSL 256.36º 0.66% 0.57% -
HSV(B) 256.36º 0.66% 0.85% -
XYZ 22.11 13.67 67.8 -
YUV 102.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 114 75 218 0.48 0.66 0 0.15 256.36 0.66 0.57
Hex 72 4B DA 30 42 0 F 100 42 39
Octal 162 113 332 60 102 0 17 400 102 71
Binary 1110010 1001011 11011010 110000 1000010 0 1111 100000000 1000010 111001

Color Harmonies of #724BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BDA

Black with #724BDA

Text Example


Text Example

White with #724BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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