Html Css Color HEX #714FDF Slate Blue

📋 copy color: '#714FDF'

red 113 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #714FDF

Tints of Slate Blue #714FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

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

R = 27.23%
G = 19.04%
B = 53.73%

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

#714FDF (or 0x714FDF) is known color: Slate Blue. HEX triplet: 71, 4F and DF. RGB value is (113,79,223). Sum of RGB (Red+Green+Blue) = 113+79+223=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #714FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FDF is #8EB020. Grayscale: #696969. Windows color (decimal): -9351201 or 14634865. OLE color: 14634865.

HSL color Cylindrical-coordinate representation of color #714FDF: hue angle of 254.17º degrees, saturation: 0.69, 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 #714FDF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 79 223 -
CMYK 0.49 0.65 0 0.13
HSL 254.17º 0.69% 0.59% -
HSV(B) 254.17º 0.65% 0.87% -
XYZ 22.93 14.43 71.39 -
YUV 105.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 113 79 223 0.49 0.65 0 0.13 254.17 0.69 0.59
Hex 71 4F DF 31 41 0 D FE 45 3B
Octal 161 117 337 61 101 0 15 376 105 73
Binary 1110001 1001111 11011111 110001 1000001 0 1101 11111110 1000101 111011

Color Harmonies of #714FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FDF

Black with #714FDF

Text Example


Text Example

White with #714FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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