Html Css Color HEX #7149CC Slate Blue

📋 copy color: '#7149CC'

red 113 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #7149CC

Tints of Slate Blue #7149CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 28.97%
G = 18.72%
B = 52.31%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7149CC (or 0x7149CC) is known color: Slate Blue. HEX triplet: 71, 49 and CC. RGB value is (113,73,204). Sum of RGB (Red+Green+Blue) = 113+73+204=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #7149CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149CC is #8EB633. Grayscale: #636363. Windows color (decimal): -9352756 or 13388145. OLE color: 13388145.

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

Color convert

RGB 113 73 204 -
CMYK 0.45 0.64 0 0.2
HSL 258.32º 0.56% 0.54% -
HSV(B) 258.32º 0.64% 0.8% -
XYZ 20.09 12.64 58.51 -
YUV 99.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 113 73 204 0.45 0.64 0 0.2 258.32 0.56 0.54
Hex 71 49 CC 2D 40 0 14 102 38 36
Octal 161 111 314 55 100 0 24 402 70 66
Binary 1110001 1001001 11001100 101101 1000000 0 10100 100000010 111000 110110

Color Harmonies of #7149CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149CC

Black with #7149CC

Text Example


Text Example

White with #7149CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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