Html Css Color HEX #7F55FC Medium Slate Blue

📋 copy color: '#7F55FC'

red 127 ◦ green 85 ◦ blue 252

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

Shades of Medium Slate Blue #7F55FC

Tints of Medium Slate Blue #7F55FC

RGB

 RED value IS 127 (50% from 255) = 27.37%

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 27.37%
G = 18.32%
B = 54.31%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F55FC (or 0x7F55FC) is known color: Medium Slate Blue. HEX triplet: 7F, 55 and FC. RGB value is (127,85,252). Sum of RGB (Red+Green+Blue) = 127+85+252=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F55FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F55FC is #80AA03. Grayscale: #737373. Windows color (decimal): -8432132 or 16536959. OLE color: 16536959.

HSL color Cylindrical-coordinate representation of color #7F55FC: hue angle of 255.09º degrees, saturation: 0.97, 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 #7F55FC is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 85 252 -
CMYK 0.50 0.66 0 0.01
HSL 255.09º 0.97% 0.66% -
HSV(B) 255.09º 0.66% 0.99% -
XYZ 29.57 18.04 94.02 -
YUV 116.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 127 85 252 0.50 0.66 0 0.01 255.09 0.97 0.66
Hex 7F 55 FC 32 42 0 1 FF 61 42
Octal 177 125 374 62 102 0 1 377 141 102
Binary 1111111 1010101 11111100 110010 1000010 0 1 11111111 1100001 1000010

Color Harmonies of #7F55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55FC

Black with #7F55FC

Text Example


Text Example

White with #7F55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F55FC; }

 p { color: rgb(127,85,252); }

 H1.HeaderClassName
 {
   color: #7F55FC;
 }
 .AnyTagClassName
 {
   color: #7F55FC;
 }
</style>

background-color css

<style>
 a { background-color: #7F55FC; }

 a { background-color: rgb(127,85,252); }

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

border-color css

<style>
 span { border-color: #7F55FC; }

 span { border-color: rgb(127,85,252); }

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