Html Css Color HEX #7255EF Medium Slate Blue

📋 copy color: '#7255EF'

red 114 ◦ green 85 ◦ blue 239

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

Shades of Medium Slate Blue #7255EF

Tints of Medium Slate Blue #7255EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 26.03%
G = 19.41%
B = 54.57%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7255EF (or 0x7255EF) is known color: Medium Slate Blue. HEX triplet: 72, 55 and EF. RGB value is (114,85,239). Sum of RGB (Red+Green+Blue) = 114+85+239=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #7255EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255EF is #8DAA10. Grayscale: #6E6E6E. Windows color (decimal): -9284113 or 15684978. OLE color: 15684978.

HSL color Cylindrical-coordinate representation of color #7255EF: hue angle of 251.3º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7255EF is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 85 239 -
CMYK 0.52 0.64 0 0.06
HSL 251.3º 0.83% 0.64% -
HSV(B) 251.3º 0.64% 0.94% -
XYZ 25.77 16.31 83.45 -
YUV 111.23 200.11 129.98 -
System Red Green Blue C M Y K H S L
Decimal 114 85 239 0.52 0.64 0 0.06 251.3 0.83 0.64
Hex 72 55 EF 34 40 0 6 FB 53 40
Octal 162 125 357 64 100 0 6 373 123 100
Binary 1110010 1010101 11101111 110100 1000000 0 110 11111011 1010011 1000000

Color Harmonies of #7255EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255EF

Black with #7255EF

Text Example


Text Example

White with #7255EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7255EF; }

 p { color: rgb(114,85,239); }

 H1.HeaderClassName
 {
   color: #7255EF;
 }
 .AnyTagClassName
 {
   color: #7255EF;
 }
</style>

background-color css

<style>
 a { background-color: #7255EF; }

 a { background-color: rgb(114,85,239); }

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

border-color css

<style>
 span { border-color: #7255EF; }

 span { border-color: rgb(114,85,239); }

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