Html Css Color HEX #714DCD Slate Blue

📋 copy color: '#714DCD'

red 113 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #714DCD

Tints of Slate Blue #714DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 28.61%
G = 19.49%
B = 51.9%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#714DCD (or 0x714DCD) is known color: Slate Blue. HEX triplet: 71, 4D and CD. RGB value is (113,77,205). Sum of RGB (Red+Green+Blue) = 113+77+205=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #714DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DCD is #8EB232. Grayscale: #656565. Windows color (decimal): -9351731 or 13454705. OLE color: 13454705.

HSL color Cylindrical-coordinate representation of color #714DCD: hue angle of 256.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714DCD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 77 205 -
CMYK 0.45 0.62 0 0.20
HSL 256.88º 0.56% 0.55% -
HSV(B) 256.88º 0.62% 0.8% -
XYZ 20.48 13.23 59.23 -
YUV 102.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 113 77 205 0.45 0.62 0 0.20 256.88 0.56 0.55
Hex 71 4D CD 2D 3E 0 14 101 38 37
Octal 161 115 315 55 76 0 24 401 70 67
Binary 1110001 1001101 11001101 101101 111110 0 10100 100000001 111000 110111

Color Harmonies of #714DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DCD

Black with #714DCD

Text Example


Text Example

White with #714DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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