Html Css Color HEX #715CCF Slate Blue

📋 copy color: '#715CCF'

red 113 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #715CCF

Tints of Slate Blue #715CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 27.43%
G = 22.33%
B = 50.24%

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

#715CCF (or 0x715CCF) is known color: Slate Blue. HEX triplet: 71, 5C and CF. RGB value is (113,92,207). Sum of RGB (Red+Green+Blue) = 113+92+207=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #715CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CCF is #8EA330. Grayscale: #6E6E6E. Windows color (decimal): -9347889 or 13589617. OLE color: 13589617.

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

Color convert

RGB 113 92 207 -
CMYK 0.45 0.56 0 0.19
HSL 250.96º 0.55% 0.59% -
HSV(B) 250.96º 0.56% 0.81% -
XYZ 21.9 15.67 60.9 -
YUV 111.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 113 92 207 0.45 0.56 0 0.19 250.96 0.55 0.59
Hex 71 5C CF 2D 38 0 13 FB 37 3B
Octal 161 134 317 55 70 0 23 373 67 73
Binary 1110001 1011100 11001111 101101 111000 0 10011 11111011 110111 111011

Color Harmonies of #715CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CCF

Black with #715CCF

Text Example


Text Example

White with #715CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,207); }

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

background-color css

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

 a { background-color: rgb(113,92,207); }

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

border-color css

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

 span { border-color: rgb(113,92,207); }

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