Html Css Color HEX #715BDD Slate Blue

📋 copy color: '#715BDD'

red 113 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #715BDD

Tints of Slate Blue #715BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 26.59%
G = 21.41%
B = 52%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#715BDD (or 0x715BDD) is known color: Slate Blue. HEX triplet: 71, 5B and DD. RGB value is (113,91,221). Sum of RGB (Red+Green+Blue) = 113+91+221=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #715BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BDD is #8EA422. Grayscale: #6F6F6F. Windows color (decimal): -9348131 or 14506865. OLE color: 14506865.

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

Color convert

RGB 113 91 221 -
CMYK 0.49 0.59 0 0.13
HSL 250.15º 0.66% 0.61% -
HSV(B) 250.15º 0.59% 0.87% -
XYZ 23.6 16.21 70.29 -
YUV 112.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 113 91 221 0.49 0.59 0 0.13 250.15 0.66 0.61
Hex 71 5B DD 31 3B 0 D FA 42 3D
Octal 161 133 335 61 73 0 15 372 102 75
Binary 1110001 1011011 11011101 110001 111011 0 1101 11111010 1000010 111101

Color Harmonies of #715BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BDD

Black with #715BDD

Text Example


Text Example

White with #715BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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