Html Css Color HEX #714DDD Slate Blue

📋 copy color: '#714DDD'

red 113 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #714DDD

Tints of Slate Blue #714DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 27.49%
G = 18.73%
B = 53.77%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#714DDD (or 0x714DDD) is known color: Slate Blue. HEX triplet: 71, 4D and DD. RGB value is (113,77,221). Sum of RGB (Red+Green+Blue) = 113+77+221=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #714DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DDD is #8EB222. Grayscale: #676767. Windows color (decimal): -9351715 or 14503281. OLE color: 14503281.

HSL color Cylindrical-coordinate representation of color #714DDD: hue angle of 255º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714DDD is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 77 221 -
CMYK 0.49 0.65 0 0.13
HSL 255º 0.68% 0.58% -
HSV(B) 255º 0.65% 0.87% -
XYZ 22.52 14.04 69.93 -
YUV 104.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 113 77 221 0.49 0.65 0 0.13 255 0.68 0.58
Hex 71 4D DD 31 41 0 D FF 44 3A
Octal 161 115 335 61 101 0 15 377 104 72
Binary 1110001 1001101 11011101 110001 1000001 0 1101 11111111 1000100 111010

Color Harmonies of #714DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DDD

Black with #714DDD

Text Example


Text Example

White with #714DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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