Html Css Color HEX #7146CE Slate Blue

📋 copy color: '#7146CE'

red 113 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #7146CE

Tints of Slate Blue #7146CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 29.05%
G = 17.99%
B = 52.96%

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

#7146CE (or 0x7146CE) is known color: Slate Blue. HEX triplet: 71, 46 and CE. RGB value is (113,70,206). Sum of RGB (Red+Green+Blue) = 113+70+206=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #7146CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146CE is #8EB931. Grayscale: #616161. Windows color (decimal): -9353522 or 13518449. OLE color: 13518449.

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

Color convert

RGB 113 70 206 -
CMYK 0.45 0.66 0 0.19
HSL 258.97º 0.58% 0.54% -
HSV(B) 258.97º 0.66% 0.81% -
XYZ 20.14 12.35 59.71 -
YUV 98.36 188.75 138.44 -
System Red Green Blue C M Y K H S L
Decimal 113 70 206 0.45 0.66 0 0.19 258.97 0.58 0.54
Hex 71 46 CE 2D 42 0 13 103 3A 36
Octal 161 106 316 55 102 0 23 403 72 66
Binary 1110001 1000110 11001110 101101 1000010 0 10011 100000011 111010 110110

Color Harmonies of #7146CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146CE

Black with #7146CE

Text Example


Text Example

White with #7146CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7146CE; }

 p { color: rgb(113,70,206); }

 H1.HeaderClassName
 {
   color: #7146CE;
 }
 .AnyTagClassName
 {
   color: #7146CE;
 }
</style>

background-color css

<style>
 a { background-color: #7146CE; }

 a { background-color: rgb(113,70,206); }

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

border-color css

<style>
 span { border-color: #7146CE; }

 span { border-color: rgb(113,70,206); }

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