Html Css Color HEX #7146CA Slate Blue

📋 copy color: '#7146CA'

red 113 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #7146CA

Tints of Slate Blue #7146CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 29.35%
G = 18.18%
B = 52.47%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7146CA (or 0x7146CA) is known color: Slate Blue. HEX triplet: 71, 46 and CA. RGB value is (113,70,202). Sum of RGB (Red+Green+Blue) = 113+70+202=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #7146CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146CA is #8EB935. Grayscale: #616161. Windows color (decimal): -9353526 or 13256305. OLE color: 13256305.

HSL color Cylindrical-coordinate representation of color #7146CA: hue angle of 259.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7146CA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 70 202 -
CMYK 0.44 0.65 0 0.21
HSL 259.55º 0.55% 0.53% -
HSV(B) 259.55º 0.65% 0.79% -
XYZ 19.66 12.16 57.19 -
YUV 97.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 113 70 202 0.44 0.65 0 0.21 259.55 0.55 0.53
Hex 71 46 CA 2C 41 0 15 104 37 35
Octal 161 106 312 54 101 0 25 404 67 65
Binary 1110001 1000110 11001010 101100 1000001 0 10101 100000100 110111 110101

Color Harmonies of #7146CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146CA

Black with #7146CA

Text Example


Text Example

White with #7146CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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