Html Css Color HEX #715AD2 Slate Blue

📋 copy color: '#715AD2'

red 113 ◦ green 90 ◦ blue 210

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

Shades of Slate Blue #715AD2

Tints of Slate Blue #715AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.85%

R = 27.36%
G = 21.79%
B = 50.85%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#715AD2 (or 0x715AD2) is known color: Slate Blue. HEX triplet: 71, 5A and D2. RGB value is (113,90,210). Sum of RGB (Red+Green+Blue) = 113+90+210=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #715AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AD2 is #8EA52D. Grayscale: #6E6E6E. Windows color (decimal): -9348398 or 13785713. OLE color: 13785713.

HSL color Cylindrical-coordinate representation of color #715AD2: hue angle of 251.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715AD2 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 90 210 -
CMYK 0.46 0.57 0 0.18
HSL 251.5º 0.57% 0.59% -
HSV(B) 251.5º 0.57% 0.82% -
XYZ 22.1 15.48 62.8 -
YUV 110.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 113 90 210 0.46 0.57 0 0.18 251.5 0.57 0.59
Hex 71 5A D2 2E 39 0 12 FC 39 3B
Octal 161 132 322 56 71 0 22 374 71 73
Binary 1110001 1011010 11010010 101110 111001 0 10010 11111100 111001 111011

Color Harmonies of #715AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AD2

Black with #715AD2

Text Example


Text Example

White with #715AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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