Html Css Color HEX #714BFA Medium Slate Blue

📋 copy color: '#714BFA'

red 113 ◦ green 75 ◦ blue 250

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

Shades of Medium Slate Blue #714BFA

Tints of Medium Slate Blue #714BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 25.8%
G = 17.12%
B = 57.08%

CMYK

 C value IS 0.55

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#714BFA (or 0x714BFA) is known color: Medium Slate Blue. HEX triplet: 71, 4B and FA. RGB value is (113,75,250). Sum of RGB (Red+Green+Blue) = 113+75+250=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #714BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BFA is #8EB405. Grayscale: #696969. Windows color (decimal): -9352198 or 16403313. OLE color: 16403313.

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

Color convert

RGB 113 75 250 -
CMYK 0.55 0.7 0 0.02
HSL 253.03º 0.95% 0.64% -
HSV(B) 253.03º 0.7% 0.98% -
XYZ 26.58 15.44 92.02 -
YUV 106.31 209.09 132.77 -
System Red Green Blue C M Y K H S L
Decimal 113 75 250 0.55 0.7 0 0.02 253.03 0.95 0.64
Hex 71 4B FA 37 46 0 2 FD 5F 40
Octal 161 113 372 67 106 0 2 375 137 100
Binary 1110001 1001011 11111010 110111 1000110 0 10 11111101 1011111 1000000

Color Harmonies of #714BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BFA

Black with #714BFA

Text Example


Text Example

White with #714BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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