Html Css Color HEX #7149CD Slate Blue

📋 copy color: '#7149CD'

red 113 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #7149CD

Tints of Slate Blue #7149CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 28.9%
G = 18.67%
B = 52.43%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7149CD (or 0x7149CD) is known color: Slate Blue. HEX triplet: 71, 49 and CD. RGB value is (113,73,205). Sum of RGB (Red+Green+Blue) = 113+73+205=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #7149CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149CD is #8EB632. Grayscale: #636363. Windows color (decimal): -9352755 or 13453681. OLE color: 13453681.

HSL color Cylindrical-coordinate representation of color #7149CD: hue angle of 258.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7149CD is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 73 205 -
CMYK 0.45 0.64 0 0.20
HSL 258.18º 0.57% 0.55% -
HSV(B) 258.18º 0.64% 0.8% -
XYZ 20.21 12.68 59.14 -
YUV 100.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 113 73 205 0.45 0.64 0 0.20 258.18 0.57 0.55
Hex 71 49 CD 2D 40 0 14 102 39 37
Octal 161 111 315 55 100 0 24 402 71 67
Binary 1110001 1001001 11001101 101101 1000000 0 10100 100000010 111001 110111

Color Harmonies of #7149CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149CD

Black with #7149CD

Text Example


Text Example

White with #7149CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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