Html Css Color HEX #7256FE Medium Slate Blue

📋 copy color: '#7256FE'

red 114 ◦ green 86 ◦ blue 254

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

Shades of Medium Slate Blue #7256FE

Tints of Medium Slate Blue #7256FE

RGB

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

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

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

R = 25.11%
G = 18.94%
B = 55.95%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7256FE (or 0x7256FE) is known color: Medium Slate Blue. HEX triplet: 72, 56 and FE. RGB value is (114,86,254). Sum of RGB (Red+Green+Blue) = 114+86+254=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7256FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256FE is #8DA901. Grayscale: #707070. Windows color (decimal): -9283842 or 16668274. OLE color: 16668274.

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

Color convert

RGB 114 86 254 -
CMYK 0.55 0.66 0 0.00
HSL 250º 0.99% 0.67% -
HSV(B) 250º 0.66% 1% -
XYZ 28.16 17.39 95.64 -
YUV 113.52 207.28 128.34 -
System Red Green Blue C M Y K H S L
Decimal 114 86 254 0.55 0.66 0 0.00 250 0.99 0.67
Hex 72 56 FE 37 42 0 0 FA 63 43
Octal 162 126 376 67 102 0 0 372 143 103
Binary 1110010 1010110 11111110 110111 1000010 0 0 11111010 1100011 1000011

Color Harmonies of #7256FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256FE

Black with #7256FE

Text Example


Text Example

White with #7256FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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