Html Css Color HEX #714DD7 Slate Blue

📋 copy color: '#714DD7'

red 113 ◦ green 77 ◦ blue 215

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

Shades of Slate Blue #714DD7

Tints of Slate Blue #714DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 27.9%
G = 19.01%
B = 53.09%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#714DD7 (or 0x714DD7) is known color: Slate Blue. HEX triplet: 71, 4D and D7. RGB value is (113,77,215). Sum of RGB (Red+Green+Blue) = 113+77+215=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #714DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DD7 is #8EB228. Grayscale: #666666. Windows color (decimal): -9351721 or 14110065. OLE color: 14110065.

HSL color Cylindrical-coordinate representation of color #714DD7: hue angle of 255.65º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714DD7 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 77 215 -
CMYK 0.47 0.64 0 0.16
HSL 255.65º 0.63% 0.57% -
HSV(B) 255.65º 0.64% 0.84% -
XYZ 21.73 13.72 65.79 -
YUV 103.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 113 77 215 0.47 0.64 0 0.16 255.65 0.63 0.57
Hex 71 4D D7 2F 40 0 10 100 3F 39
Octal 161 115 327 57 100 0 20 400 77 71
Binary 1110001 1001101 11010111 101111 1000000 0 10000 100000000 111111 111001

Color Harmonies of #714DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DD7

Black with #714DD7

Text Example


Text Example

White with #714DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714DD7; }

 p { color: rgb(113,77,215); }

 H1.HeaderClassName
 {
   color: #714DD7;
 }
 .AnyTagClassName
 {
   color: #714DD7;
 }
</style>

background-color css

<style>
 a { background-color: #714DD7; }

 a { background-color: rgb(113,77,215); }

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

border-color css

<style>
 span { border-color: #714DD7; }

 span { border-color: rgb(113,77,215); }

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