Html Css Color HEX #7263F7 Medium Slate Blue

📋 copy color: '#7263F7'

red 114 ◦ green 99 ◦ blue 247

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

Shades of Medium Slate Blue #7263F7

Tints of Medium Slate Blue #7263F7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.52%

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 24.78%
G = 21.52%
B = 53.7%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7263F7 (or 0x7263F7) is known color: Medium Slate Blue. HEX triplet: 72, 63 and F7. RGB value is (114,99,247). Sum of RGB (Red+Green+Blue) = 114+99+247=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #7263F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263F7 is #8D9C08. Grayscale: #777777. Windows color (decimal): -9280521 or 16212850. OLE color: 16212850.

HSL color Cylindrical-coordinate representation of color #7263F7: hue angle of 246.08º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7263F7 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 99 247 -
CMYK 0.54 0.60 0 0.03
HSL 246.08º 0.9% 0.68% -
HSV(B) 246.08º 0.6% 0.97% -
XYZ 28.19 19.22 90.22 -
YUV 120.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 114 99 247 0.54 0.60 0 0.03 246.08 0.9 0.68
Hex 72 63 F7 36 3C 0 3 F6 5A 44
Octal 162 143 367 66 74 0 3 366 132 104
Binary 1110010 1100011 11110111 110110 111100 0 11 11110110 1011010 1000100

Color Harmonies of #7263F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263F7

Black with #7263F7

Text Example


Text Example

White with #7263F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7263F7; }

 p { color: rgb(114,99,247); }

 H1.HeaderClassName
 {
   color: #7263F7;
 }
 .AnyTagClassName
 {
   color: #7263F7;
 }
</style>

background-color css

<style>
 a { background-color: #7263F7; }

 a { background-color: rgb(114,99,247); }

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

border-color css

<style>
 span { border-color: #7263F7; }

 span { border-color: rgb(114,99,247); }

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