Html Css Color HEX #7255FF Medium Slate Blue

📋 copy color: '#7255FF'

red 114 ◦ green 85 ◦ blue 255

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

Shades of Medium Slate Blue #7255FF

Tints of Medium Slate Blue #7255FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 25.11%
G = 18.72%
B = 56.17%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7255FF (or 0x7255FF) is known color: Medium Slate Blue. HEX triplet: 72, 55 and FF. RGB value is (114,85,255). Sum of RGB (Red+Green+Blue) = 114+85+255=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #7255FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255FF is #8DAA00. Grayscale: #707070. Windows color (decimal): -9284097 or 16733554. OLE color: 16733554.

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

Color convert

RGB 114 85 255 -
CMYK 0.55 0.67 0 0
HSL 250.24º 1% 0.67% -
HSV(B) 250.24º 0.67% 1% -
XYZ 28.24 17.29 96.46 -
YUV 113.05 208.11 128.68 -
System Red Green Blue C M Y K H S L
Decimal 114 85 255 0.55 0.67 0 0 250.24 1 0.67
Hex 72 55 FF 37 43 0 0 FA 64 43
Octal 162 125 377 67 103 0 0 372 144 103
Binary 1110010 1010101 11111111 110111 1000011 0 0 11111010 1100100 1000011

Color Harmonies of #7255FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255FF

Black with #7255FF

Text Example


Text Example

White with #7255FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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