Html Css Color HEX #714DDF Slate Blue

📋 copy color: '#714DDF'

red 113 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #714DDF

Tints of Slate Blue #714DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 27.36%
G = 18.64%
B = 54%

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

#714DDF (or 0x714DDF) is known color: Slate Blue. HEX triplet: 71, 4D and DF. RGB value is (113,77,223). Sum of RGB (Red+Green+Blue) = 113+77+223=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #714DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DDF is #8EB220. Grayscale: #676767. Windows color (decimal): -9351713 or 14634353. OLE color: 14634353.

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

Color convert

RGB 113 77 223 -
CMYK 0.49 0.65 0 0.13
HSL 254.79º 0.7% 0.59% -
HSV(B) 254.79º 0.65% 0.87% -
XYZ 22.78 14.15 71.34 -
YUV 104.41 194.93 134.13 -
System Red Green Blue C M Y K H S L
Decimal 113 77 223 0.49 0.65 0 0.13 254.79 0.7 0.59
Hex 71 4D DF 31 41 0 D FF 46 3B
Octal 161 115 337 61 101 0 15 377 106 73
Binary 1110001 1001101 11011111 110001 1000001 0 1101 11111111 1000110 111011

Color Harmonies of #714DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DDF

Black with #714DDF

Text Example


Text Example

White with #714DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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