Html Css Color HEX #714CFB Medium Slate Blue

📋 copy color: '#714CFB'

red 113 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #714CFB

Tints of Medium Slate Blue #714CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 25.68%
G = 17.27%
B = 57.05%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#714CFB (or 0x714CFB) is known color: Medium Slate Blue. HEX triplet: 71, 4C and FB. RGB value is (113,76,251). Sum of RGB (Red+Green+Blue) = 113+76+251=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #714CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CFB is #8EB304. Grayscale: #6A6A6A. Windows color (decimal): -9351941 or 16469105. OLE color: 16469105.

HSL color Cylindrical-coordinate representation of color #714CFB: hue angle of 252.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714CFB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 76 251 -
CMYK 0.55 0.70 0 0.02
HSL 252.69º 0.96% 0.64% -
HSV(B) 252.69º 0.7% 0.98% -
XYZ 26.81 15.64 92.87 -
YUV 107.01 209.26 132.27 -
System Red Green Blue C M Y K H S L
Decimal 113 76 251 0.55 0.70 0 0.02 252.69 0.96 0.64
Hex 71 4C FB 37 46 0 2 FD 60 40
Octal 161 114 373 67 106 0 2 375 140 100
Binary 1110001 1001100 11111011 110111 1000110 0 10 11111101 1100000 1000000

Color Harmonies of #714CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CFB

Black with #714CFB

Text Example


Text Example

White with #714CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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