Html Css Color HEX #7261FA Medium Slate Blue

📋 copy color: '#7261FA'

red 114 ◦ green 97 ◦ blue 250

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

Shades of Medium Slate Blue #7261FA

Tints of Medium Slate Blue #7261FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.04%

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

R = 24.73%
G = 21.04%
B = 54.23%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7261FA (or 0x7261FA) is known color: Medium Slate Blue. HEX triplet: 72, 61 and FA. RGB value is (114,97,250). Sum of RGB (Red+Green+Blue) = 114+97+250=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #7261FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7261FA is #8D9E05. Grayscale: #767676. Windows color (decimal): -9281030 or 16408946. OLE color: 16408946.

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

Color convert

RGB 114 97 250 -
CMYK 0.54 0.61 0 0.02
HSL 246.67º 0.94% 0.68% -
HSV(B) 246.67º 0.61% 0.98% -
XYZ 28.47 19.03 92.61 -
YUV 119.53 201.63 124.06 -
System Red Green Blue C M Y K H S L
Decimal 114 97 250 0.54 0.61 0 0.02 246.67 0.94 0.68
Hex 72 61 FA 36 3D 0 2 F7 5E 44
Octal 162 141 372 66 75 0 2 367 136 104
Binary 1110010 1100001 11111010 110110 111101 0 10 11110111 1011110 1000100

Color Harmonies of #7261FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261FA

Black with #7261FA

Text Example


Text Example

White with #7261FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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