Html Css Color HEX #7255FE Medium Slate Blue

📋 copy color: '#7255FE'

red 114 ◦ green 85 ◦ blue 254

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

Shades of Medium Slate Blue #7255FE

Tints of Medium Slate Blue #7255FE

RGB

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

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

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

R = 25.17%
G = 18.76%
B = 56.07%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7255FE (or 0x7255FE) is known color: Medium Slate Blue. HEX triplet: 72, 55 and FE. RGB value is (114,85,254). Sum of RGB (Red+Green+Blue) = 114+85+254=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #7255FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255FE is #8DAA01. Grayscale: #707070. Windows color (decimal): -9284098 or 16668018. OLE color: 16668018.

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

Color convert

RGB 114 85 254 -
CMYK 0.55 0.67 0 0.00
HSL 250.3º 0.99% 0.66% -
HSV(B) 250.3º 0.67% 1% -
XYZ 28.08 17.23 95.61 -
YUV 112.94 207.61 128.76 -
System Red Green Blue C M Y K H S L
Decimal 114 85 254 0.55 0.67 0 0.00 250.3 0.99 0.66
Hex 72 55 FE 37 43 0 0 FA 63 42
Octal 162 125 376 67 103 0 0 372 143 102
Binary 1110010 1010101 11111110 110111 1000011 0 0 11111010 1100011 1000010

Color Harmonies of #7255FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255FE

Black with #7255FE

Text Example


Text Example

White with #7255FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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