Html Css Color HEX #714BEE Medium Slate Blue

📋 copy color: '#714BEE'

red 113 ◦ green 75 ◦ blue 238

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

Shades of Medium Slate Blue #714BEE

Tints of Medium Slate Blue #714BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.87%

R = 26.53%
G = 17.61%
B = 55.87%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#714BEE (or 0x714BEE) is known color: Medium Slate Blue. HEX triplet: 71, 4B and EE. RGB value is (113,75,238). Sum of RGB (Red+Green+Blue) = 113+75+238=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #714BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BEE is #8EB411. Grayscale: #686868. Windows color (decimal): -9352210 or 15616881. OLE color: 15616881.

HSL color Cylindrical-coordinate representation of color #714BEE: hue angle of 253.99º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714BEE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 75 238 -
CMYK 0.53 0.68 0 0.07
HSL 253.99º 0.83% 0.61% -
HSV(B) 253.99º 0.68% 0.93% -
XYZ 24.76 14.72 82.42 -
YUV 104.94 203.09 133.75 -
System Red Green Blue C M Y K H S L
Decimal 113 75 238 0.53 0.68 0 0.07 253.99 0.83 0.61
Hex 71 4B EE 35 44 0 7 FE 53 3D
Octal 161 113 356 65 104 0 7 376 123 75
Binary 1110001 1001011 11101110 110101 1000100 0 111 11111110 1010011 111101

Color Harmonies of #714BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BEE

Black with #714BEE

Text Example


Text Example

White with #714BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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