Html Css Color HEX #7263EF Medium Slate Blue

📋 copy color: '#7263EF'

red 114 ◦ green 99 ◦ blue 239

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

Shades of Medium Slate Blue #7263EF

Tints of Medium Slate Blue #7263EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 25.22%
G = 21.9%
B = 52.88%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7263EF (or 0x7263EF) is known color: Medium Slate Blue. HEX triplet: 72, 63 and EF. RGB value is (114,99,239). Sum of RGB (Red+Green+Blue) = 114+99+239=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #7263EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263EF is #8D9C10. Grayscale: #767676. Windows color (decimal): -9280529 or 15688562. OLE color: 15688562.

HSL color Cylindrical-coordinate representation of color #7263EF: hue angle of 246.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7263EF is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 99 239 -
CMYK 0.52 0.59 0 0.06
HSL 246.43º 0.81% 0.66% -
HSV(B) 246.43º 0.59% 0.94% -
XYZ 26.98 18.73 83.86 -
YUV 119.45 195.47 124.12 -
System Red Green Blue C M Y K H S L
Decimal 114 99 239 0.52 0.59 0 0.06 246.43 0.81 0.66
Hex 72 63 EF 34 3B 0 6 F6 51 42
Octal 162 143 357 64 73 0 6 366 121 102
Binary 1110010 1100011 11101111 110100 111011 0 110 11110110 1010001 1000010

Color Harmonies of #7263EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263EF

Black with #7263EF

Text Example


Text Example

White with #7263EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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