Html Css Color HEX #715DD3 Slate Blue

📋 copy color: '#715DD3'

red 113 ◦ green 93 ◦ blue 211

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

Shades of Slate Blue #715DD3

Tints of Slate Blue #715DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.6%

R = 27.1%
G = 22.3%
B = 50.6%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#715DD3 (or 0x715DD3) is known color: Slate Blue. HEX triplet: 71, 5D and D3. RGB value is (113,93,211). Sum of RGB (Red+Green+Blue) = 113+93+211=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #715DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DD3 is #8EA22C. Grayscale: #6F6F6F. Windows color (decimal): -9347629 or 13852017. OLE color: 13852017.

HSL color Cylindrical-coordinate representation of color #715DD3: hue angle of 250.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715DD3 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 93 211 -
CMYK 0.46 0.56 0 0.17
HSL 250.17º 0.57% 0.6% -
HSV(B) 250.17º 0.56% 0.83% -
XYZ 22.48 16.04 63.54 -
YUV 112.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 113 93 211 0.46 0.56 0 0.17 250.17 0.57 0.6
Hex 71 5D D3 2E 38 0 11 FA 39 3C
Octal 161 135 323 56 70 0 21 372 71 74
Binary 1110001 1011101 11010011 101110 111000 0 10001 11111010 111001 111100

Color Harmonies of #715DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DD3

Black with #715DD3

Text Example


Text Example

White with #715DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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