Html Css Color HEX #7261FE Medium Slate Blue

📋 copy color: '#7261FE'

red 114 ◦ green 97 ◦ blue 254

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

Shades of Medium Slate Blue #7261FE

Tints of Medium Slate Blue #7261FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 24.52%
G = 20.86%
B = 54.62%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7261FE (or 0x7261FE) is known color: Medium Slate Blue. HEX triplet: 72, 61 and FE. RGB value is (114,97,254). Sum of RGB (Red+Green+Blue) = 114+97+254=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #7261FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7261FE is #8D9E01. Grayscale: #777777. Windows color (decimal): -9281026 or 16671090. OLE color: 16671090.

HSL color Cylindrical-coordinate representation of color #7261FE: hue angle of 246.5º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7261FE is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 97 254 -
CMYK 0.55 0.62 0 0.00
HSL 246.5º 0.99% 0.69% -
HSV(B) 246.5º 0.62% 1% -
XYZ 29.1 19.28 95.95 -
YUV 119.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 114 97 254 0.55 0.62 0 0.00 246.5 0.99 0.69
Hex 72 61 FE 37 3E 0 0 F6 63 45
Octal 162 141 376 67 76 0 0 366 143 105
Binary 1110010 1100001 11111110 110111 111110 0 0 11110110 1100011 1000101

Color Harmonies of #7261FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261FE

Black with #7261FE

Text Example


Text Example

White with #7261FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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