Html Css Color HEX #7347CA Slate Blue

📋 copy color: '#7347CA'

red 115 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #7347CA

Tints of Slate Blue #7347CA

RGB

 RED value IS 115 (45.31% from 255) = 29.64%

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

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

R = 29.64%
G = 18.3%
B = 52.06%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7347CA (or 0x7347CA) is known color: Slate Blue. HEX triplet: 73, 47 and CA. RGB value is (115,71,202). Sum of RGB (Red+Green+Blue) = 115+71+202=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #7347CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347CA is #8CB835. Grayscale: #626262. Windows color (decimal): -9222198 or 13256563. OLE color: 13256563.

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

Color convert

RGB 115 71 202 -
CMYK 0.43 0.65 0 0.21
HSL 260.15º 0.55% 0.54% -
HSV(B) 260.15º 0.65% 0.79% -
XYZ 19.98 12.42 57.22 -
YUV 99.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 115 71 202 0.43 0.65 0 0.21 260.15 0.55 0.54
Hex 73 47 CA 2B 41 0 15 104 37 36
Octal 163 107 312 53 101 0 25 404 67 66
Binary 1110011 1000111 11001010 101011 1000001 0 10101 100000100 110111 110110

Color Harmonies of #7347CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347CA

Black with #7347CA

Text Example


Text Example

White with #7347CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,71,202); }

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

background-color css

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

 a { background-color: rgb(115,71,202); }

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

border-color css

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

 span { border-color: rgb(115,71,202); }

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