Html Css Color HEX #7149DD Slate Blue

📋 copy color: '#7149DD'

red 113 ◦ green 73 ◦ blue 221

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

Shades of Slate Blue #7149DD

Tints of Slate Blue #7149DD

RGB

 RED value IS 113 (44.53% from 255) = 27.76%

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

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 27.76%
G = 17.94%
B = 54.3%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7149DD (or 0x7149DD) is known color: Slate Blue. HEX triplet: 71, 49 and DD. RGB value is (113,73,221). Sum of RGB (Red+Green+Blue) = 113+73+221=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #7149DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149DD is #8EB622. Grayscale: #656565. Windows color (decimal): -9352739 or 14502257. OLE color: 14502257.

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

Color convert

RGB 113 73 221 -
CMYK 0.49 0.67 0 0.13
HSL 256.22º 0.69% 0.58% -
HSV(B) 256.22º 0.67% 0.87% -
XYZ 22.24 13.5 69.84 -
YUV 101.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 113 73 221 0.49 0.67 0 0.13 256.22 0.69 0.58
Hex 71 49 DD 31 43 0 D 100 45 3A
Octal 161 111 335 61 103 0 15 400 105 72
Binary 1110001 1001001 11011101 110001 1000011 0 1101 100000000 1000101 111010

Color Harmonies of #7149DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149DD

Black with #7149DD

Text Example


Text Example

White with #7149DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7149DD; }

 p { color: rgb(113,73,221); }

 H1.HeaderClassName
 {
   color: #7149DD;
 }
 .AnyTagClassName
 {
   color: #7149DD;
 }
</style>

background-color css

<style>
 a { background-color: #7149DD; }

 a { background-color: rgb(113,73,221); }

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

border-color css

<style>
 span { border-color: #7149DD; }

 span { border-color: rgb(113,73,221); }

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