Html Css Color HEX #715CDC Slate Blue

📋 copy color: '#715CDC'

red 113 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #715CDC

Tints of Slate Blue #715CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

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

R = 26.59%
G = 21.65%
B = 51.76%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#715CDC (or 0x715CDC) is known color: Slate Blue. HEX triplet: 71, 5C and DC. RGB value is (113,92,220). Sum of RGB (Red+Green+Blue) = 113+92+220=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #715CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CDC is #8EA323. Grayscale: #707070. Windows color (decimal): -9347876 or 14441585. OLE color: 14441585.

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

Color convert

RGB 113 92 220 -
CMYK 0.49 0.58 0 0.14
HSL 249.84º 0.65% 0.61% -
HSV(B) 249.84º 0.58% 0.86% -
XYZ 23.56 16.33 69.62 -
YUV 112.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 113 92 220 0.49 0.58 0 0.14 249.84 0.65 0.61
Hex 71 5C DC 31 3A 0 E FA 41 3D
Octal 161 134 334 61 72 0 16 372 101 75
Binary 1110001 1011100 11011100 110001 111010 0 1110 11111010 1000001 111101

Color Harmonies of #715CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CDC

Black with #715CDC

Text Example


Text Example

White with #715CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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