Html Css Color HEX #7347D2 Slate Blue

📋 copy color: '#7347D2'

red 115 ◦ green 71 ◦ blue 210

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

Shades of Slate Blue #7347D2

Tints of Slate Blue #7347D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.03%

R = 29.04%
G = 17.93%
B = 53.03%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7347D2 (or 0x7347D2) is known color: Slate Blue. HEX triplet: 73, 47 and D2. RGB value is (115,71,210). Sum of RGB (Red+Green+Blue) = 115+71+210=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #7347D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347D2 is #8CB82D. Grayscale: #636363. Windows color (decimal): -9222190 or 13780851. OLE color: 13780851.

HSL color Cylindrical-coordinate representation of color #7347D2: hue angle of 258.99º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7347D2 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 71 210 -
CMYK 0.45 0.66 0 0.18
HSL 258.99º 0.61% 0.55% -
HSV(B) 258.99º 0.66% 0.82% -
XYZ 20.96 12.8 62.34 -
YUV 100 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 115 71 210 0.45 0.66 0 0.18 258.99 0.61 0.55
Hex 73 47 D2 2D 42 0 12 103 3D 37
Octal 163 107 322 55 102 0 22 403 75 67
Binary 1110011 1000111 11010010 101101 1000010 0 10010 100000011 111101 110111

Color Harmonies of #7347D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347D2

Black with #7347D2

Text Example


Text Example

White with #7347D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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