Html Css Color HEX #7260FA Medium Slate Blue

📋 copy color: '#7260FA'

red 114 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #7260FA

Tints of Medium Slate Blue #7260FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.87%

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

R = 24.78%
G = 20.87%
B = 54.35%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7260FA (or 0x7260FA) is known color: Medium Slate Blue. HEX triplet: 72, 60 and FA. RGB value is (114,96,250). Sum of RGB (Red+Green+Blue) = 114+96+250=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #7260FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7260FA is #8D9F05. Grayscale: #767676. Windows color (decimal): -9281286 or 16408690. OLE color: 16408690.

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

Color convert

RGB 114 96 250 -
CMYK 0.54 0.62 0 0.02
HSL 247.01º 0.94% 0.68% -
HSV(B) 247.01º 0.62% 0.98% -
XYZ 28.38 18.85 92.58 -
YUV 118.94 201.96 124.48 -
System Red Green Blue C M Y K H S L
Decimal 114 96 250 0.54 0.62 0 0.02 247.01 0.94 0.68
Hex 72 60 FA 36 3E 0 2 F7 5E 44
Octal 162 140 372 66 76 0 2 367 136 104
Binary 1110010 1100000 11111010 110110 111110 0 10 11110111 1011110 1000100

Color Harmonies of #7260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7260FA

Black with #7260FA

Text Example


Text Example

White with #7260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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