Html Css Color HEX #715BDC Slate Blue

📋 copy color: '#715BDC'

red 113 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #715BDC

Tints of Slate Blue #715BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 26.65%
G = 21.46%
B = 51.89%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#715BDC (or 0x715BDC) is known color: Slate Blue. HEX triplet: 71, 5B and DC. RGB value is (113,91,220). Sum of RGB (Red+Green+Blue) = 113+91+220=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #715BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BDC is #8EA423. Grayscale: #6F6F6F. Windows color (decimal): -9348132 or 14441329. OLE color: 14441329.

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

Color convert

RGB 113 91 220 -
CMYK 0.49 0.59 0 0.14
HSL 250.23º 0.65% 0.61% -
HSV(B) 250.23º 0.59% 0.86% -
XYZ 23.47 16.16 69.59 -
YUV 112.28 188.79 128.51 -
System Red Green Blue C M Y K H S L
Decimal 113 91 220 0.49 0.59 0 0.14 250.23 0.65 0.61
Hex 71 5B DC 31 3B 0 E FA 41 3D
Octal 161 133 334 61 73 0 16 372 101 75
Binary 1110001 1011011 11011100 110001 111011 0 1110 11111010 1000001 111101

Color Harmonies of #715BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BDC

Black with #715BDC

Text Example


Text Example

White with #715BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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