Html Css Color HEX #715ACD Slate Blue

📋 copy color: '#715ACD'

red 113 ◦ green 90 ◦ blue 205

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

Shades of Slate Blue #715ACD

Tints of Slate Blue #715ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

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

R = 27.7%
G = 22.06%
B = 50.25%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#715ACD (or 0x715ACD) is known color: Slate Blue. HEX triplet: 71, 5A and CD. RGB value is (113,90,205). Sum of RGB (Red+Green+Blue) = 113+90+205=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #715ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ACD is #8EA532. Grayscale: #6D6D6D. Windows color (decimal): -9348403 or 13458033. OLE color: 13458033.

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

Color convert

RGB 113 90 205 -
CMYK 0.45 0.56 0 0.20
HSL 252º 0.53% 0.58% -
HSV(B) 252º 0.56% 0.8% -
XYZ 21.49 15.23 59.57 -
YUV 109.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 113 90 205 0.45 0.56 0 0.20 252 0.53 0.58
Hex 71 5A CD 2D 38 0 14 FC 35 3A
Octal 161 132 315 55 70 0 24 374 65 72
Binary 1110001 1011010 11001101 101101 111000 0 10100 11111100 110101 111010

Color Harmonies of #715ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ACD

Black with #715ACD

Text Example


Text Example

White with #715ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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