Html Css Color HEX #714CD5 Slate Blue

📋 copy color: '#714CD5'

red 113 ◦ green 76 ◦ blue 213

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

Shades of Slate Blue #714CD5

Tints of Slate Blue #714CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

 BLUE value IS 213 (83.59% from 255) = 52.99%

R = 28.11%
G = 18.91%
B = 52.99%

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

#714CD5 (or 0x714CD5) is known color: Slate Blue. HEX triplet: 71, 4C and D5. RGB value is (113,76,213). Sum of RGB (Red+Green+Blue) = 113+76+213=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #714CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CD5 is #8EB32A. Grayscale: #666666. Windows color (decimal): -9351979 or 13978737. OLE color: 13978737.

HSL color Cylindrical-coordinate representation of color #714CD5: hue angle of 256.2º degrees, saturation: 0.62, 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 #714CD5 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 76 213 -
CMYK 0.47 0.64 0 0.16
HSL 256.2º 0.62% 0.57% -
HSV(B) 256.2º 0.64% 0.84% -
XYZ 21.4 13.48 64.43 -
YUV 102.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 113 76 213 0.47 0.64 0 0.16 256.2 0.62 0.57
Hex 71 4C D5 2F 40 0 10 100 3E 39
Octal 161 114 325 57 100 0 20 400 76 71
Binary 1110001 1001100 11010101 101111 1000000 0 10000 100000000 111110 111001

Color Harmonies of #714CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CD5

Black with #714CD5

Text Example


Text Example

White with #714CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,76,213); }

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

background-color css

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

 a { background-color: rgb(113,76,213); }

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

border-color css

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

 span { border-color: rgb(113,76,213); }

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