Html Css Color HEX #715FDD Slate Blue

📋 copy color: '#715FDD'

red 113 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #715FDD

Tints of Slate Blue #715FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.14%

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

R = 26.34%
G = 22.14%
B = 51.52%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#715FDD (or 0x715FDD) is known color: Slate Blue. HEX triplet: 71, 5F and DD. RGB value is (113,95,221). Sum of RGB (Red+Green+Blue) = 113+95+221=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #715FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FDD is #8EA022. Grayscale: #727272. Windows color (decimal): -9347107 or 14507889. OLE color: 14507889.

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

Color convert

RGB 113 95 221 -
CMYK 0.49 0.57 0 0.13
HSL 248.57º 0.65% 0.62% -
HSV(B) 248.57º 0.57% 0.87% -
XYZ 23.95 16.92 70.41 -
YUV 114.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 113 95 221 0.49 0.57 0 0.13 248.57 0.65 0.62
Hex 71 5F DD 31 39 0 D F9 41 3E
Octal 161 137 335 61 71 0 15 371 101 76
Binary 1110001 1011111 11011101 110001 111001 0 1101 11111001 1000001 111110

Color Harmonies of #715FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FDD

Black with #715FDD

Text Example


Text Example

White with #715FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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