Html Css Color HEX #715DDD Slate Blue

📋 copy color: '#715DDD'

red 113 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #715DDD

Tints of Slate Blue #715DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.78%

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

R = 26.46%
G = 21.78%
B = 51.76%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#715DDD (or 0x715DDD) is known color: Slate Blue. HEX triplet: 71, 5D and DD. RGB value is (113,93,221). Sum of RGB (Red+Green+Blue) = 113+93+221=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #715DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DDD is #8EA222. Grayscale: #717171. Windows color (decimal): -9347619 or 14507377. OLE color: 14507377.

HSL color Cylindrical-coordinate representation of color #715DDD: hue angle of 249.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715DDD is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 93 221 -
CMYK 0.49 0.58 0 0.13
HSL 249.38º 0.65% 0.62% -
HSV(B) 249.38º 0.58% 0.87% -
XYZ 23.78 16.56 70.35 -
YUV 113.57 188.63 127.59 -
System Red Green Blue C M Y K H S L
Decimal 113 93 221 0.49 0.58 0 0.13 249.38 0.65 0.62
Hex 71 5D DD 31 3A 0 D F9 41 3E
Octal 161 135 335 61 72 0 15 371 101 76
Binary 1110001 1011101 11011101 110001 111010 0 1101 11111001 1000001 111110

Color Harmonies of #715DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DDD

Black with #715DDD

Text Example


Text Example

White with #715DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715DDD; }

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

 H1.HeaderClassName
 {
   color: #715DDD;
 }
 .AnyTagClassName
 {
   color: #715DDD;
 }
</style>

background-color css

<style>
 a { background-color: #715DDD; }

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

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

border-color css

<style>
 span { border-color: #715DDD; }

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

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