Html Css Color HEX #715FCD Slate Blue

📋 copy color: '#715FCD'

red 113 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #715FCD

Tints of Slate Blue #715FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 27.36%
G = 23%
B = 49.64%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#715FCD (or 0x715FCD) is known color: Slate Blue. HEX triplet: 71, 5F and CD. RGB value is (113,95,205). Sum of RGB (Red+Green+Blue) = 113+95+205=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #715FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FCD is #8EA032. Grayscale: #707070. Windows color (decimal): -9347123 or 13459313. OLE color: 13459313.

HSL color Cylindrical-coordinate representation of color #715FCD: hue angle of 249.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #715FCD is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 95 205 -
CMYK 0.45 0.54 0 0.20
HSL 249.82º 0.52% 0.59% -
HSV(B) 249.82º 0.54% 0.8% -
XYZ 21.92 16.1 59.71 -
YUV 112.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 113 95 205 0.45 0.54 0 0.20 249.82 0.52 0.59
Hex 71 5F CD 2D 36 0 14 FA 34 3B
Octal 161 137 315 55 66 0 24 372 64 73
Binary 1110001 1011111 11001101 101101 110110 0 10100 11111010 110100 111011

Color Harmonies of #715FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FCD

Black with #715FCD

Text Example


Text Example

White with #715FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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