Html Css Color HEX #715ACE Slate Blue

📋 copy color: '#715ACE'

red 113 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #715ACE

Tints of Slate Blue #715ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 27.63%
G = 22%
B = 50.37%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#715ACE (or 0x715ACE) is known color: Slate Blue. HEX triplet: 71, 5A and CE. RGB value is (113,90,206). Sum of RGB (Red+Green+Blue) = 113+90+206=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #715ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ACE is #8EA531. Grayscale: #6D6D6D. Windows color (decimal): -9348402 or 13523569. OLE color: 13523569.

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

Color convert

RGB 113 90 206 -
CMYK 0.45 0.56 0 0.19
HSL 251.9º 0.54% 0.58% -
HSV(B) 251.9º 0.56% 0.81% -
XYZ 21.61 15.28 60.2 -
YUV 110.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 113 90 206 0.45 0.56 0 0.19 251.9 0.54 0.58
Hex 71 5A CE 2D 38 0 13 FC 36 3A
Octal 161 132 316 55 70 0 23 374 66 72
Binary 1110001 1011010 11001110 101101 111000 0 10011 11111100 110110 111010

Color Harmonies of #715ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ACE

Black with #715ACE

Text Example


Text Example

White with #715ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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