Html Css Color HEX #7256FD Medium Slate Blue

📋 copy color: '#7256FD'

red 114 ◦ green 86 ◦ blue 253

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

Shades of Medium Slate Blue #7256FD

Tints of Medium Slate Blue #7256FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 25.17%
G = 18.98%
B = 55.85%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7256FD (or 0x7256FD) is known color: Medium Slate Blue. HEX triplet: 72, 56 and FD. RGB value is (114,86,253). Sum of RGB (Red+Green+Blue) = 114+86+253=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #7256FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256FD is #8DA902. Grayscale: #707070. Windows color (decimal): -9283843 or 16602738. OLE color: 16602738.

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

Color convert

RGB 114 86 253 -
CMYK 0.55 0.66 0 0.01
HSL 250.06º 0.98% 0.66% -
HSV(B) 250.06º 0.66% 0.99% -
XYZ 28 17.32 94.8 -
YUV 113.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 114 86 253 0.55 0.66 0 0.01 250.06 0.98 0.66
Hex 72 56 FD 37 42 0 1 FA 62 42
Octal 162 126 375 67 102 0 1 372 142 102
Binary 1110010 1010110 11111101 110111 1000010 0 1 11111010 1100010 1000010

Color Harmonies of #7256FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256FD

Black with #7256FD

Text Example


Text Example

White with #7256FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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