Html Css Color HEX #714AFC Medium Slate Blue

📋 copy color: '#714AFC'

red 113 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #714AFC

Tints of Medium Slate Blue #714AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 25.74%
G = 16.86%
B = 57.4%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#714AFC (or 0x714AFC) is known color: Medium Slate Blue. HEX triplet: 71, 4A and FC. RGB value is (113,74,252). Sum of RGB (Red+Green+Blue) = 113+74+252=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #714AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714AFC is #8EB503. Grayscale: #696969. Windows color (decimal): -9352452 or 16534129. OLE color: 16534129.

HSL color Cylindrical-coordinate representation of color #714AFC: hue angle of 253.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #714AFC is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 74 252 -
CMYK 0.55 0.71 0 0.01
HSL 253.15º 0.97% 0.64% -
HSV(B) 253.15º 0.71% 0.99% -
XYZ 26.83 15.44 93.66 -
YUV 105.95 210.42 133.03 -
System Red Green Blue C M Y K H S L
Decimal 113 74 252 0.55 0.71 0 0.01 253.15 0.97 0.64
Hex 71 4A FC 37 47 0 1 FD 61 40
Octal 161 112 374 67 107 0 1 375 141 100
Binary 1110001 1001010 11111100 110111 1000111 0 1 11111101 1100001 1000000

Color Harmonies of #714AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AFC

Black with #714AFC

Text Example


Text Example

White with #714AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,74,252); }

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

background-color css

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

 a { background-color: rgb(113,74,252); }

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

border-color css

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

 span { border-color: rgb(113,74,252); }

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