Html Css Color HEX #7347DD Slate Blue

📋 copy color: '#7347DD'

red 115 ◦ green 71 ◦ blue 221

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

Shades of Slate Blue #7347DD

Tints of Slate Blue #7347DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 28.26%
G = 17.44%
B = 54.3%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7347DD (or 0x7347DD) is known color: Slate Blue. HEX triplet: 73, 47 and DD. RGB value is (115,71,221). Sum of RGB (Red+Green+Blue) = 115+71+221=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #7347DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347DD is #8CB822. Grayscale: #646464. Windows color (decimal): -9222179 or 14501747. OLE color: 14501747.

HSL color Cylindrical-coordinate representation of color #7347DD: hue angle of 257.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7347DD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 71 221 -
CMYK 0.48 0.68 0 0.13
HSL 257.6º 0.69% 0.57% -
HSV(B) 257.6º 0.68% 0.87% -
XYZ 22.37 13.37 69.81 -
YUV 101.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 115 71 221 0.48 0.68 0 0.13 257.6 0.69 0.57
Hex 73 47 DD 30 44 0 D 102 45 39
Octal 163 107 335 60 104 0 15 402 105 71
Binary 1110011 1000111 11011101 110000 1000100 0 1101 100000010 1000101 111001

Color Harmonies of #7347DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347DD

Black with #7347DD

Text Example


Text Example

White with #7347DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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