Html Css Color HEX #7345DD Slate Blue

📋 copy color: '#7345DD'

red 115 ◦ green 69 ◦ blue 221

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

Shades of Slate Blue #7345DD

Tints of Slate Blue #7345DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.04%

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

R = 28.4%
G = 17.04%
B = 54.57%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7345DD (or 0x7345DD) is known color: Slate Blue. HEX triplet: 73, 45 and DD. RGB value is (115,69,221). Sum of RGB (Red+Green+Blue) = 115+69+221=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #7345DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345DD is #8CBA22. Grayscale: #636363. Windows color (decimal): -9222691 or 14501235. OLE color: 14501235.

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

Color convert

RGB 115 69 221 -
CMYK 0.48 0.69 0 0.13
HSL 258.16º 0.69% 0.57% -
HSV(B) 258.16º 0.69% 0.87% -
XYZ 22.25 13.12 69.77 -
YUV 100.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 115 69 221 0.48 0.69 0 0.13 258.16 0.69 0.57
Hex 73 45 DD 30 45 0 D 102 45 39
Octal 163 105 335 60 105 0 15 402 105 71
Binary 1110011 1000101 11011101 110000 1000101 0 1101 100000010 1000101 111001

Color Harmonies of #7345DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7345DD

Black with #7345DD

Text Example


Text Example

White with #7345DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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