Html Css Color HEX #7263FA Medium Slate Blue

📋 copy color: '#7263FA'

red 114 ◦ green 99 ◦ blue 250

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

Shades of Medium Slate Blue #7263FA

Tints of Medium Slate Blue #7263FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 24.62%
G = 21.38%
B = 54%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7263FA (or 0x7263FA) is known color: Medium Slate Blue. HEX triplet: 72, 63 and FA. RGB value is (114,99,250). Sum of RGB (Red+Green+Blue) = 114+99+250=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #7263FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263FA is #8D9C05. Grayscale: #787878. Windows color (decimal): -9280518 or 16409458. OLE color: 16409458.

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

Color convert

RGB 114 99 250 -
CMYK 0.54 0.60 0 0.02
HSL 245.96º 0.94% 0.68% -
HSV(B) 245.96º 0.6% 0.98% -
XYZ 28.66 19.4 92.68 -
YUV 120.7 200.97 123.22 -
System Red Green Blue C M Y K H S L
Decimal 114 99 250 0.54 0.60 0 0.02 245.96 0.94 0.68
Hex 72 63 FA 36 3C 0 2 F6 5E 44
Octal 162 143 372 66 74 0 2 366 136 104
Binary 1110010 1100011 11111010 110110 111100 0 10 11110110 1011110 1000100

Color Harmonies of #7263FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263FA

Black with #7263FA

Text Example


Text Example

White with #7263FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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