Html Css Color HEX #715FC1 Slate Blue

📋 copy color: '#715FC1'

red 113 ◦ green 95 ◦ blue 193

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

Shades of Slate Blue #715FC1

Tints of Slate Blue #715FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.13%

R = 28.18%
G = 23.69%
B = 48.13%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#715FC1 (or 0x715FC1) is known color: Slate Blue. HEX triplet: 71, 5F and C1. RGB value is (113,95,193). Sum of RGB (Red+Green+Blue) = 113+95+193=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #715FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FC1 is #8EA03E. Grayscale: #6F6F6F. Windows color (decimal): -9347135 or 12672881. OLE color: 12672881.

HSL color Cylindrical-coordinate representation of color #715FC1: hue angle of 251.02º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715FC1 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 95 193 -
CMYK 0.41 0.51 0 0.24
HSL 251.02º 0.44% 0.56% -
HSV(B) 251.02º 0.51% 0.76% -
XYZ 20.53 15.55 52.37 -
YUV 111.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 113 95 193 0.41 0.51 0 0.24 251.02 0.44 0.56
Hex 71 5F C1 29 33 0 18 FB 2C 38
Octal 161 137 301 51 63 0 30 373 54 70
Binary 1110001 1011111 11000001 101001 110011 0 11000 11111011 101100 111000

Color Harmonies of #715FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FC1

Black with #715FC1

Text Example


Text Example

White with #715FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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