Html Css Color HEX #714DD4 Slate Blue

📋 copy color: '#714DD4'

red 113 ◦ green 77 ◦ blue 212

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

Shades of Slate Blue #714DD4

Tints of Slate Blue #714DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.74%

R = 28.11%
G = 19.15%
B = 52.74%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#714DD4 (or 0x714DD4) is known color: Slate Blue. HEX triplet: 71, 4D and D4. RGB value is (113,77,212). Sum of RGB (Red+Green+Blue) = 113+77+212=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #714DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DD4 is #8EB22B. Grayscale: #666666. Windows color (decimal): -9351724 or 13913457. OLE color: 13913457.

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

Color convert

RGB 113 77 212 -
CMYK 0.47 0.64 0 0.17
HSL 256º 0.61% 0.57% -
HSV(B) 256º 0.64% 0.83% -
XYZ 21.35 13.57 63.78 -
YUV 103.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 113 77 212 0.47 0.64 0 0.17 256 0.61 0.57
Hex 71 4D D4 2F 40 0 11 100 3D 39
Octal 161 115 324 57 100 0 21 400 75 71
Binary 1110001 1001101 11010100 101111 1000000 0 10001 100000000 111101 111001

Color Harmonies of #714DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DD4

Black with #714DD4

Text Example


Text Example

White with #714DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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