Html Css Color HEX #7271FB Medium Slate Blue

📋 copy color: '#7271FB'

red 114 ◦ green 113 ◦ blue 251

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

Shades of Medium Slate Blue #7271FB

Tints of Medium Slate Blue #7271FB

RGB

 RED value IS 114 (44.92% from 255) = 23.85%

 GREEN value IS 113 (44.53% from 255) = 23.64%

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

R = 23.85%
G = 23.64%
B = 52.51%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7271FB (or 0x7271FB) is known color: Medium Slate Blue. HEX triplet: 72, 71 and FB. RGB value is (114,113,251). Sum of RGB (Red+Green+Blue) = 114+113+251=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #7271FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271FB is #8D8E04. Grayscale: #808080. Windows color (decimal): -9276933 or 16478578. OLE color: 16478578.

HSL color Cylindrical-coordinate representation of color #7271FB: hue angle of 240.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7271FB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 113 251 -
CMYK 0.55 0.55 0 0.02
HSL 240.43º 0.95% 0.71% -
HSV(B) 240.43º 0.55% 0.98% -
XYZ 30.26 22.35 93.99 -
YUV 129.03 196.83 117.28 -
System Red Green Blue C M Y K H S L
Decimal 114 113 251 0.55 0.55 0 0.02 240.43 0.95 0.71
Hex 72 71 FB 37 37 0 2 F0 5F 47
Octal 162 161 373 67 67 0 2 360 137 107
Binary 1110010 1110001 11111011 110111 110111 0 10 11110000 1011111 1000111

Color Harmonies of #7271FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271FB

Black with #7271FB

Text Example


Text Example

White with #7271FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7271FB; }

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

 H1.HeaderClassName
 {
   color: #7271FB;
 }
 .AnyTagClassName
 {
   color: #7271FB;
 }
</style>

background-color css

<style>
 a { background-color: #7271FB; }

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

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

border-color css

<style>
 span { border-color: #7271FB; }

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

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