Html Css Color HEX #7147CF Slate Blue

📋 copy color: '#7147CF'

red 113 ◦ green 71 ◦ blue 207

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

Shades of Slate Blue #7147CF

Tints of Slate Blue #7147CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 28.9%
G = 18.16%
B = 52.94%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7147CF (or 0x7147CF) is known color: Slate Blue. HEX triplet: 71, 47 and CF. RGB value is (113,71,207). Sum of RGB (Red+Green+Blue) = 113+71+207=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #7147CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147CF is #8EB830. Grayscale: #626262. Windows color (decimal): -9353265 or 13584241. OLE color: 13584241.

HSL color Cylindrical-coordinate representation of color #7147CF: hue angle of 258.53º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7147CF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 71 207 -
CMYK 0.45 0.66 0 0.19
HSL 258.53º 0.59% 0.55% -
HSV(B) 258.53º 0.66% 0.81% -
XYZ 20.33 12.52 60.38 -
YUV 99.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 113 71 207 0.45 0.66 0 0.19 258.53 0.59 0.55
Hex 71 47 CF 2D 42 0 13 103 3B 37
Octal 161 107 317 55 102 0 23 403 73 67
Binary 1110001 1000111 11001111 101101 1000010 0 10011 100000011 111011 110111

Color Harmonies of #7147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147CF

Black with #7147CF

Text Example


Text Example

White with #7147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7147CF; }

 p { color: rgb(113,71,207); }

 H1.HeaderClassName
 {
   color: #7147CF;
 }
 .AnyTagClassName
 {
   color: #7147CF;
 }
</style>

background-color css

<style>
 a { background-color: #7147CF; }

 a { background-color: rgb(113,71,207); }

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

border-color css

<style>
 span { border-color: #7147CF; }

 span { border-color: rgb(113,71,207); }

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