Html Css Color HEX #714CDF Slate Blue

📋 copy color: '#714CDF'

red 113 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #714CDF

Tints of Slate Blue #714CDF

RGB

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

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

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

R = 27.43%
G = 18.45%
B = 54.13%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#714CDF (or 0x714CDF) is known color: Slate Blue. HEX triplet: 71, 4C and DF. RGB value is (113,76,223). Sum of RGB (Red+Green+Blue) = 113+76+223=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #714CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CDF is #8EB320. Grayscale: #676767. Windows color (decimal): -9351969 or 14634097. OLE color: 14634097.

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

Color convert

RGB 113 76 223 -
CMYK 0.49 0.66 0 0.13
HSL 255.1º 0.7% 0.59% -
HSV(B) 255.1º 0.66% 0.87% -
XYZ 22.71 14.01 71.32 -
YUV 103.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 113 76 223 0.49 0.66 0 0.13 255.1 0.7 0.59
Hex 71 4C DF 31 42 0 D FF 46 3B
Octal 161 114 337 61 102 0 15 377 106 73
Binary 1110001 1001100 11011111 110001 1000010 0 1101 11111111 1000110 111011

Color Harmonies of #714CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CDF

Black with #714CDF

Text Example


Text Example

White with #714CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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