Html Css Color HEX #7255F6 Medium Slate Blue

📋 copy color: '#7255F6'

red 114 ◦ green 85 ◦ blue 246

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

Shades of Medium Slate Blue #7255F6

Tints of Medium Slate Blue #7255F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.28%

R = 25.62%
G = 19.1%
B = 55.28%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7255F6 (or 0x7255F6) is known color: Medium Slate Blue. HEX triplet: 72, 55 and F6. RGB value is (114,85,246). Sum of RGB (Red+Green+Blue) = 114+85+246=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #7255F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255F6 is #8DAA09. Grayscale: #6F6F6F. Windows color (decimal): -9284106 or 16143730. OLE color: 16143730.

HSL color Cylindrical-coordinate representation of color #7255F6: hue angle of 250.81º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7255F6 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 85 246 -
CMYK 0.54 0.65 0 0.04
HSL 250.81º 0.9% 0.65% -
HSV(B) 250.81º 0.65% 0.96% -
XYZ 26.82 16.73 89 -
YUV 112.03 203.61 129.41 -
System Red Green Blue C M Y K H S L
Decimal 114 85 246 0.54 0.65 0 0.04 250.81 0.9 0.65
Hex 72 55 F6 36 41 0 4 FB 5A 41
Octal 162 125 366 66 101 0 4 373 132 101
Binary 1110010 1010101 11110110 110110 1000001 0 100 11111011 1011010 1000001

Color Harmonies of #7255F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255F6

Black with #7255F6

Text Example


Text Example

White with #7255F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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