Html Css Color HEX #7256FA Medium Slate Blue

📋 copy color: '#7256FA'

red 114 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #7256FA

Tints of Medium Slate Blue #7256FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.11%

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

R = 25.33%
G = 19.11%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7256FA (or 0x7256FA) is known color: Medium Slate Blue. HEX triplet: 72, 56 and FA. RGB value is (114,86,250). Sum of RGB (Red+Green+Blue) = 114+86+250=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #7256FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256FA is #8DA905. Grayscale: #707070. Windows color (decimal): -9283846 or 16406130. OLE color: 16406130.

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

Color convert

RGB 114 86 250 -
CMYK 0.54 0.66 0 0.02
HSL 250.24º 0.94% 0.66% -
HSV(B) 250.24º 0.66% 0.98% -
XYZ 27.52 17.14 92.3 -
YUV 113.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 114 86 250 0.54 0.66 0 0.02 250.24 0.94 0.66
Hex 72 56 FA 36 42 0 2 FA 5E 42
Octal 162 126 372 66 102 0 2 372 136 102
Binary 1110010 1010110 11111010 110110 1000010 0 10 11111010 1011110 1000010

Color Harmonies of #7256FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256FA

Black with #7256FA

Text Example


Text Example

White with #7256FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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