Html Css Color HEX #714BEB Medium Slate Blue

📋 copy color: '#714BEB'

red 113 ◦ green 75 ◦ blue 235

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

Shades of Medium Slate Blue #714BEB

Tints of Medium Slate Blue #714BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 26.71%
G = 17.73%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#714BEB (or 0x714BEB) is known color: Medium Slate Blue. HEX triplet: 71, 4B and EB. RGB value is (113,75,235). Sum of RGB (Red+Green+Blue) = 113+75+235=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #714BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BEB is #8EB414. Grayscale: #686868. Windows color (decimal): -9352213 or 15420273. OLE color: 15420273.

HSL color Cylindrical-coordinate representation of color #714BEB: hue angle of 254.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714BEB is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 75 235 -
CMYK 0.52 0.68 0 0.08
HSL 254.25º 0.8% 0.61% -
HSV(B) 254.25º 0.68% 0.92% -
XYZ 24.32 14.54 80.12 -
YUV 104.6 201.59 133.99 -
System Red Green Blue C M Y K H S L
Decimal 113 75 235 0.52 0.68 0 0.08 254.25 0.8 0.61
Hex 71 4B EB 34 44 0 8 FE 50 3D
Octal 161 113 353 64 104 0 10 376 120 75
Binary 1110001 1001011 11101011 110100 1000100 0 1000 11111110 1010000 111101

Color Harmonies of #714BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BEB

Black with #714BEB

Text Example


Text Example

White with #714BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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