Html Css Color HEX #7261FB Medium Slate Blue

📋 copy color: '#7261FB'

red 114 ◦ green 97 ◦ blue 251

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

Shades of Medium Slate Blue #7261FB

Tints of Medium Slate Blue #7261FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 24.68%
G = 21%
B = 54.33%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7261FB (or 0x7261FB) is known color: Medium Slate Blue. HEX triplet: 72, 61 and FB. RGB value is (114,97,251). Sum of RGB (Red+Green+Blue) = 114+97+251=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #7261FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7261FB is #8D9E04. Grayscale: #777777. Windows color (decimal): -9281029 or 16474482. OLE color: 16474482.

HSL color Cylindrical-coordinate representation of color #7261FB: hue angle of 246.62º degrees, saturation: 0.95, 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 #7261FB is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 97 251 -
CMYK 0.55 0.61 0 0.02
HSL 246.62º 0.95% 0.68% -
HSV(B) 246.62º 0.61% 0.98% -
XYZ 28.63 19.09 93.44 -
YUV 119.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 114 97 251 0.55 0.61 0 0.02 246.62 0.95 0.68
Hex 72 61 FB 37 3D 0 2 F7 5F 44
Octal 162 141 373 67 75 0 2 367 137 104
Binary 1110010 1100001 11111011 110111 111101 0 10 11110111 1011111 1000100

Color Harmonies of #7261FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261FB

Black with #7261FB

Text Example


Text Example

White with #7261FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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