Html Css Color HEX #7343DD Slate Blue

📋 copy color: '#7343DD'

red 115 ◦ green 67 ◦ blue 221

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

Shades of Slate Blue #7343DD

Tints of Slate Blue #7343DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.63%

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

R = 28.54%
G = 16.63%
B = 54.84%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7343DD (or 0x7343DD) is known color: Slate Blue. HEX triplet: 73, 43 and DD. RGB value is (115,67,221). Sum of RGB (Red+Green+Blue) = 115+67+221=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #7343DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343DD is #8CBC22. Grayscale: #626262. Windows color (decimal): -9223203 or 14500723. OLE color: 14500723.

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

Color convert

RGB 115 67 221 -
CMYK 0.48 0.70 0 0.13
HSL 258.7º 0.69% 0.56% -
HSV(B) 258.7º 0.7% 0.87% -
XYZ 22.13 12.88 69.73 -
YUV 98.91 196.9 139.48 -
System Red Green Blue C M Y K H S L
Decimal 115 67 221 0.48 0.70 0 0.13 258.7 0.69 0.56
Hex 73 43 DD 30 46 0 D 103 45 38
Octal 163 103 335 60 106 0 15 403 105 70
Binary 1110011 1000011 11011101 110000 1000110 0 1101 100000011 1000101 111000

Color Harmonies of #7343DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343DD

Black with #7343DD

Text Example


Text Example

White with #7343DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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