Html Css Color HEX #914EFB Medium Slate Blue

📋 copy color: '#914EFB'

red 145 ◦ green 78 ◦ blue 251

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

Shades of Medium Slate Blue #914EFB

Tints of Medium Slate Blue #914EFB

RGB

 RED value IS 145 (57.03% from 255) = 30.59%

 GREEN value IS 78 (30.86% from 255) = 16.46%

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

R = 30.59%
G = 16.46%
B = 52.95%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#914EFB (or 0x914EFB) is known color: Medium Slate Blue. HEX triplet: 91, 4E and FB. RGB value is (145,78,251). Sum of RGB (Red+Green+Blue) = 145+78+251=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #914EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914EFB is #6EB104. Grayscale: #757575. Windows color (decimal): -7254277 or 16469649. OLE color: 16469649.

HSL color Cylindrical-coordinate representation of color #914EFB: hue angle of 263.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #914EFB is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 78 251 -
CMYK 0.42 0.69 0 0.02
HSL 263.24º 0.96% 0.65% -
HSV(B) 263.24º 0.69% 0.98% -
XYZ 31.81 18.43 93.15 -
YUV 117.76 203.2 147.43 -
System Red Green Blue C M Y K H S L
Decimal 145 78 251 0.42 0.69 0 0.02 263.24 0.96 0.65
Hex 91 4E FB 2A 45 0 2 107 60 41
Octal 221 116 373 52 105 0 2 407 140 101
Binary 10010001 1001110 11111011 101010 1000101 0 10 100000111 1100000 1000001

Color Harmonies of #914EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914EFB

Black with #914EFB

Text Example


Text Example

White with #914EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914EFB; }

 p { color: rgb(145,78,251); }

 H1.HeaderClassName
 {
   color: #914EFB;
 }
 .AnyTagClassName
 {
   color: #914EFB;
 }
</style>

background-color css

<style>
 a { background-color: #914EFB; }

 a { background-color: rgb(145,78,251); }

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

border-color css

<style>
 span { border-color: #914EFB; }

 span { border-color: rgb(145,78,251); }

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