Html Css Color HEX #715ACC Slate Blue

📋 copy color: '#715ACC'

red 113 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #715ACC

Tints of Slate Blue #715ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 27.76%
G = 22.11%
B = 50.12%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#715ACC (or 0x715ACC) is known color: Slate Blue. HEX triplet: 71, 5A and CC. RGB value is (113,90,204). Sum of RGB (Red+Green+Blue) = 113+90+204=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #715ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ACC is #8EA533. Grayscale: #6D6D6D. Windows color (decimal): -9348404 or 13392497. OLE color: 13392497.

HSL color Cylindrical-coordinate representation of color #715ACC: hue angle of 252.11º 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 #715ACC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 90 204 -
CMYK 0.45 0.56 0 0.2
HSL 252.11º 0.53% 0.58% -
HSV(B) 252.11º 0.56% 0.8% -
XYZ 21.37 15.18 58.93 -
YUV 109.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 113 90 204 0.45 0.56 0 0.2 252.11 0.53 0.58
Hex 71 5A CC 2D 38 0 14 FC 35 3A
Octal 161 132 314 55 70 0 24 374 65 72
Binary 1110001 1011010 11001100 101101 111000 0 10100 11111100 110101 111010

Color Harmonies of #715ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ACC

Black with #715ACC

Text Example


Text Example

White with #715ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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