Html Css Color HEX #7249DC Slate Blue

📋 copy color: '#7249DC'

red 114 ◦ green 73 ◦ blue 220

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

Shades of Slate Blue #7249DC

Tints of Slate Blue #7249DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 28.01%
G = 17.94%
B = 54.05%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7249DC (or 0x7249DC) is known color: Slate Blue. HEX triplet: 72, 49 and DC. RGB value is (114,73,220). Sum of RGB (Red+Green+Blue) = 114+73+220=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #7249DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249DC is #8DB623. Grayscale: #656565. Windows color (decimal): -9287204 or 14436722. OLE color: 14436722.

HSL color Cylindrical-coordinate representation of color #7249DC: hue angle of 256.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7249DC is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 73 220 -
CMYK 0.48 0.67 0 0.14
HSL 256.73º 0.68% 0.57% -
HSV(B) 256.73º 0.67% 0.86% -
XYZ 22.24 13.51 69.15 -
YUV 102.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 114 73 220 0.48 0.67 0 0.14 256.73 0.68 0.57
Hex 72 49 DC 30 43 0 E 101 44 39
Octal 162 111 334 60 103 0 16 401 104 71
Binary 1110010 1001001 11011100 110000 1000011 0 1110 100000001 1000100 111001

Color Harmonies of #7249DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249DC

Black with #7249DC

Text Example


Text Example

White with #7249DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7249DC; }

 p { color: rgb(114,73,220); }

 H1.HeaderClassName
 {
   color: #7249DC;
 }
 .AnyTagClassName
 {
   color: #7249DC;
 }
</style>

background-color css

<style>
 a { background-color: #7249DC; }

 a { background-color: rgb(114,73,220); }

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

border-color css

<style>
 span { border-color: #7249DC; }

 span { border-color: rgb(114,73,220); }

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