Html Css Color HEX #714BFB Medium Slate Blue

📋 copy color: '#714BFB'

red 113 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #714BFB

Tints of Medium Slate Blue #714BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

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

R = 25.74%
G = 17.08%
B = 57.18%

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

#714BFB (or 0x714BFB) is known color: Medium Slate Blue. HEX triplet: 71, 4B and FB. RGB value is (113,75,251). Sum of RGB (Red+Green+Blue) = 113+75+251=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #714BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BFB is #8EB404. Grayscale: #696969. Windows color (decimal): -9352197 or 16468849. OLE color: 16468849.

HSL color Cylindrical-coordinate representation of color #714BFB: hue angle of 252.95º 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 #714BFB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 75 251 -
CMYK 0.55 0.70 0 0.02
HSL 252.95º 0.96% 0.64% -
HSV(B) 252.95º 0.7% 0.98% -
XYZ 26.74 15.51 92.85 -
YUV 106.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 113 75 251 0.55 0.70 0 0.02 252.95 0.96 0.64
Hex 71 4B FB 37 46 0 2 FD 60 40
Octal 161 113 373 67 106 0 2 375 140 100
Binary 1110001 1001011 11111011 110111 1000110 0 10 11111101 1100000 1000000

Color Harmonies of #714BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BFB

Black with #714BFB

Text Example


Text Example

White with #714BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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