Html Css Color HEX #714BD6 Slate Blue

📋 copy color: '#714BD6'

red 113 ◦ green 75 ◦ blue 214

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

Shades of Slate Blue #714BD6

Tints of Slate Blue #714BD6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.66%

 BLUE value IS 214 (83.98% from 255) = 53.23%

R = 28.11%
G = 18.66%
B = 53.23%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#714BD6 (or 0x714BD6) is known color: Slate Blue. HEX triplet: 71, 4B and D6. RGB value is (113,75,214). Sum of RGB (Red+Green+Blue) = 113+75+214=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #714BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BD6 is #8EB429. Grayscale: #656565. Windows color (decimal): -9352234 or 14044017. OLE color: 14044017.

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

Color convert

RGB 113 75 214 -
CMYK 0.47 0.65 0 0.16
HSL 256.4º 0.63% 0.57% -
HSV(B) 256.4º 0.65% 0.84% -
XYZ 21.46 13.4 65.07 -
YUV 102.21 191.09 135.7 -
System Red Green Blue C M Y K H S L
Decimal 113 75 214 0.47 0.65 0 0.16 256.4 0.63 0.57
Hex 71 4B D6 2F 41 0 10 100 3F 39
Octal 161 113 326 57 101 0 20 400 77 71
Binary 1110001 1001011 11010110 101111 1000001 0 10000 100000000 111111 111001

Color Harmonies of #714BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BD6

Black with #714BD6

Text Example


Text Example

White with #714BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,214); }

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

background-color css

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

 a { background-color: rgb(113,75,214); }

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

border-color css

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

 span { border-color: rgb(113,75,214); }

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