Html Css Color HEX #7159DD Slate Blue

📋 copy color: '#7159DD'

red 113 ◦ green 89 ◦ blue 221

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

Shades of Slate Blue #7159DD

Tints of Slate Blue #7159DD

RGB

 RED value IS 113 (44.53% from 255) = 26.71%

 GREEN value IS 89 (35.16% from 255) = 21.04%

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

R = 26.71%
G = 21.04%
B = 52.25%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7159DD (or 0x7159DD) is known color: Slate Blue. HEX triplet: 71, 59 and DD. RGB value is (113,89,221). Sum of RGB (Red+Green+Blue) = 113+89+221=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7159DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159DD is #8EA622. Grayscale: #6E6E6E. Windows color (decimal): -9348643 or 14506353. OLE color: 14506353.

HSL color Cylindrical-coordinate representation of color #7159DD: hue angle of 250.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7159DD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 89 221 -
CMYK 0.49 0.60 0 0.13
HSL 250.91º 0.66% 0.61% -
HSV(B) 250.91º 0.6% 0.87% -
XYZ 23.43 15.88 70.24 -
YUV 111.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 113 89 221 0.49 0.60 0 0.13 250.91 0.66 0.61
Hex 71 59 DD 31 3C 0 D FB 42 3D
Octal 161 131 335 61 74 0 15 373 102 75
Binary 1110001 1011001 11011101 110001 111100 0 1101 11111011 1000010 111101

Color Harmonies of #7159DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159DD

Black with #7159DD

Text Example


Text Example

White with #7159DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,89,221); }

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

background-color css

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

 a { background-color: rgb(113,89,221); }

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

border-color css

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

 span { border-color: rgb(113,89,221); }

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