Html Css Color HEX #715ECF Slate Blue

📋 copy color: '#715ECF'

red 113 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #715ECF

Tints of Slate Blue #715ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

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

R = 27.29%
G = 22.71%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#715ECF (or 0x715ECF) is known color: Slate Blue. HEX triplet: 71, 5E and CF. RGB value is (113,94,207). Sum of RGB (Red+Green+Blue) = 113+94+207=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #715ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ECF is #8EA130. Grayscale: #707070. Windows color (decimal): -9347377 or 13590129. OLE color: 13590129.

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

Color convert

RGB 113 94 207 -
CMYK 0.45 0.55 0 0.19
HSL 250.09º 0.54% 0.59% -
HSV(B) 250.09º 0.55% 0.81% -
XYZ 22.08 16.02 60.96 -
YUV 112.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 113 94 207 0.45 0.55 0 0.19 250.09 0.54 0.59
Hex 71 5E CF 2D 37 0 13 FA 36 3B
Octal 161 136 317 55 67 0 23 372 66 73
Binary 1110001 1011110 11001111 101101 110111 0 10011 11111010 110110 111011

Color Harmonies of #715ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ECF

Black with #715ECF

Text Example


Text Example

White with #715ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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